Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-01

Project overview: openvswitch

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: json_parser_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1293 99.6%
gold [1:9] 4 0.30%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.07%
All colors 1298 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00056 /src/openvswitch/lib/util.c:152

Runtime coverage analysis

Covered functions
60
Functions that are reachable but not covered
496
Reachable functions
505
Percentage of reachable functions covered
1.78%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/json_parser_target.c 1
lib/json.c 51
lib/util.c 46
lib/shash.c 20
lib/hmap.c 13
lib/hash.h 9
lib/hash.c 1
lib/unaligned.h 2
./include/openvswitch/hmap.h 11
./include/openvswitch/util.h 1
lib/vlog.c 47
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 17
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 17
lib/packets.c 2
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/svec.c 8
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 14
lib/ofpbuf.c 5
./include/openvswitch/list.h 7
lib/async-append-aio.c 7
lib/byteq.c 10
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 3
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
lib/token-bucket.c 1
lib/sat-math.h 2
lib/unicode.h 2
lib/unicode.c 1

Fuzzer: flow_extract_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2070 99.7%
gold [1:9] 4 0.19%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.04%
All colors 2075 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00103 /src/openvswitch/lib/util.c:152

Runtime coverage analysis

Covered functions
231
Functions that are reachable but not covered
710
Reachable functions
719
Percentage of reachable functions covered
1.25%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/flow_extract_target.c 3
lib/dp-packet.c 3
lib/dp-packet.h 28
lib/packets.h 21
lib/flow.c 53
lib/flow.h 14
lib/util.h 5
lib/unaligned.h 3
lib/byte-order.h 5
lib/vlog.c 47
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 20
lib/util.c 44
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 17
lib/packets.c 10
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/shash.c 17
lib/hash.h 10
lib/hash.c 1
./include/openvswitch/hmap.h 13
lib/hmap.c 13
./include/openvswitch/util.h 1
lib/token-bucket.c 1
lib/sat-math.h 2
lib/async-append-aio.c 7
lib/byteq.c 10
lib/svec.c 8
lib/json.c 24
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 11
lib/ofpbuf.c 5
./include/openvswitch/list.h 7
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 3
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
./include/openvswitch/nsh.h 8
./lib/dp-packet.h 4
lib/match.c 71
lib/tun-metadata.c 6
lib/jhash.c 4
lib/ofp-match.c 3
lib/ofp-print.c 3
lib/ofp-port.c 3
lib/namemap.c 3

Fuzzer: miniflow_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1533 99.6%
gold [1:9] 4 0.26%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.06%
All colors 1538 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00103 /src/openvswitch/lib/util.c:152

Runtime coverage analysis

Covered functions
231
Functions that are reachable but not covered
600
Reachable functions
609
Percentage of reachable functions covered
1.48%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/miniflow_target.c 8
lib/dp-packet.c 3
lib/dp-packet.h 23
lib/packets.h 9
lib/flow.c 51
lib/flow.h 25
lib/util.h 5
lib/unaligned.h 3
lib/byte-order.h 2
lib/vlog.c 47
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 19
lib/util.c 42
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 17
lib/packets.c 2
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/shash.c 17
lib/hash.h 10
lib/hash.c 1
./include/openvswitch/hmap.h 11
lib/hmap.c 13
./include/openvswitch/util.h 1
lib/token-bucket.c 1
lib/sat-math.h 2
lib/async-append-aio.c 7
lib/byteq.c 10
lib/svec.c 8
lib/json.c 23
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 11
lib/ofpbuf.c 5
./include/openvswitch/list.h 7
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 3
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
./include/openvswitch/nsh.h 6
./lib/flow.h 15
./lib/util.h 4
./lib/packets.h 1
./lib/hash.h 7
./lib/classifier-private.h 3
./lib/random.h 1

Fuzzer: odp_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 3638 99.8%
gold [1:9] 4 0.10%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.02%
All colors 3643 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00068 /src/openvswitch/lib/util.c:152

Runtime coverage analysis

Covered functions
231
Functions that are reachable but not covered
836
Reachable functions
845
Percentage of reachable functions covered
1.07%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/odp_target.c 3
lib/vlog.c 48
lib/util.c 58
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 18
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 17
lib/packets.c 11
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/shash.c 17
lib/hash.h 9
lib/hash.c 1
lib/unaligned.h 9
./include/openvswitch/hmap.h 13
lib/hmap.c 13
./include/openvswitch/util.h 1
lib/token-bucket.c 1
lib/sat-math.h 2
lib/async-append-aio.c 7
lib/byteq.c 10
lib/svec.c 8
lib/json.c 24
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 11
lib/ofpbuf.c 16
./include/openvswitch/list.h 7
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 10
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
lib/odp-util.c 149
lib/bitmap.h 6
lib/uuid.c 2
lib/netlink.c 40
lib/util.h 9
lib/flow.c 10
lib/byte-order.h 5
lib/simap.c 3
./include/openvswitch/nsh.h 13
lib/netlink.h 3
lib/odp-util.h 2
lib/tun-metadata.c 14
lib/packets.h 25
lib/flow.h 9
lib/match.c 16
lib/ofp-port.c 3
lib/namemap.c 3
lib/csum.c 3
lib/csum.h 1

Fuzzer: ofctl_parse_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 4362 99.8%
gold [1:9] 4 0.09%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 0.02%
All colors 4367 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00068 /src/openvswitch/lib/util.c:152

Runtime coverage analysis

Covered functions
231
Functions that are reachable but not covered
1467
Reachable functions
1476
Percentage of reachable functions covered
0.61%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/ofctl_parse_target.c 3
lib/vlog.c 48
lib/util.c 67
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 19
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 18
lib/packets.c 21
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/shash.c 19
lib/hash.h 16
lib/hash.c 2
lib/unaligned.h 2
./include/openvswitch/hmap.h 13
lib/hmap.c 13
./include/openvswitch/util.h 1
lib/token-bucket.c 1
lib/sat-math.h 2
lib/async-append-aio.c 7
lib/byteq.c 10
lib/svec.c 8
lib/json.c 27
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 11
lib/ofpbuf.c 21
./include/openvswitch/list.h 8
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 11
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
lib/ofp-flow.c 7
lib/ofp-parse.c 13
lib/match.c 149
lib/meta-flow.c 43
lib/flow.c 32
lib/bitmap.h 6
lib/util.h 10
lib/ofp-port.c 8
lib/flow.h 31
lib/namemap.c 4
lib/unicode.h 2
lib/unicode.c 1
lib/tun-metadata.c 10
lib/byte-order.h 5
./include/openvswitch/nsh.h 4
lib/packets.h 19
lib/nx-match.c 48
./include/openvswitch/meta-flow.h 1
lib/ofp-table.c 2
lib/ofp-group.c 1
lib/ofp-actions.c 258
./include/openvswitch/ofp-actions.h 133
lib/ofp-packet.c 2
lib/bundle.c 4
lib/ofp-ed-props.c 4
lib/learn.c 5
lib/multipath.c 3
lib/ofp-errors.c 3
lib/ofp-match.c 8
lib/ofp-protocol.c 3
lib/ofp-msgs.c 10
lib/ovs-atomic.h 1
lib/ofp-actions.inc2 74
lib/ofp-prop.c 11
./include/openvswitch/ofp-prop.h 1
lib/nx-match.h 1

Fuzzer: ofp_print_target

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 1601 25.3%
gold [1:9] 56 0.88%
yellow [10:29] 137 2.16%
greenyellow [30:49] 112 1.77%
lawngreen 50+ 4411 69.8%
All colors 6317 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
6388 6388 3 :

['free', 'vlog', 'match_to_string']

6388 6388 ofputil_normalize_match__ call site: 04623 /src/openvswitch/lib/ofp-match.c:970
1692 3231 4 :

['free', 'ntohs', 'nx_match_to_string', 'ofpmsg_body']

1692 7797 ofputil_flow_mod_format call site: 04990 /src/openvswitch/lib/ofp-flow.c:542
1587 1587 1 :

['ofp10_match_print']

1587 7617 ofputil_flow_mod_format call site: 04988 /src/openvswitch/lib/ofp-flow.c:536
1510 1510 1 :

['namemap_put_name']

1510 1510 ofputil_format_port call site: 01630 /src/openvswitch/lib/ofp-port.c:254
1510 1510 1 :

['namemap_put_name']

1510 1510 ofputil_format_table call site: 02605 /src/openvswitch/lib/ofp-table.c:203
73 75 2 :

['ds_put_buffer', 'ds_destroy']

73 603 ofputil_format_port_stats call site: 05810 /src/openvswitch/lib/ofp-port.c:1799
50 50 1 :

['out_of_memory']

50 50 xcalloc__ call site: 02264 /src/openvswitch/lib/util.c:126
50 50 1 :

['out_of_memory']

50 50 xmalloc__ call site: 00010 /src/openvswitch/lib/util.c:142
50 50 1 :

['out_of_memory']

50 50 xrealloc__ call site: 00066 /src/openvswitch/lib/util.c:152
50 50 1 :

['ovs_fatal']

50 50 vlog_set_verbosity call site: 00002 /src/openvswitch/lib/vlog.c:611
20 20 1 :

['hash_words__']

20 20 hash_words call site: 01115 /src/openvswitch/lib/hash.h:358
6 1506 4 :

['htons', 'ntohs', 'vlog_rate_limit', 'ntohl']

6 3032 parse_async_tlv call site: 05966 /src/openvswitch/lib/ofp-connection.c:366

Runtime coverage analysis

Covered functions
1639
Functions that are reachable but not covered
436
Reachable functions
1842
Percentage of reachable functions covered
76.33%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/ofp_print_target.c 1
lib/vlog.c 48
lib/util.c 54
lib/ovs-thread.c 15
lib/backtrace.c 3
lib/dynamic-string.c 24
./include/openvswitch/thread.h 1
lib/syslog-null.c 1
lib/syslog-libc.c 1
lib/syslog-direct.c 1
lib/socket-util.c 17
lib/packets.c 18
lib/dns-resolve-stub.c 1
lib/socket-util.h 1
lib/socket-util-unix.c 8
lib/fatal-signal.c 13
./include/openvswitch/dynamic-string.h 1
lib/timeval.c 17
lib/coverage.c 8
lib/unixctl.c 7
lib/shash.c 17
lib/hash.h 16
lib/hash.c 2
lib/unaligned.h 9
./include/openvswitch/hmap.h 13
lib/hmap.c 13
./include/openvswitch/util.h 1
lib/token-bucket.c 1
lib/sat-math.h 2
lib/async-append-aio.c 7
lib/byteq.c 10
lib/svec.c 8
lib/json.c 24
./include/openvswitch/json.h 2
lib/cooperative-multitasking.c 2
lib/json.h 1
lib/jsonrpc.c 11
lib/ofpbuf.c 22
./include/openvswitch/list.h 10
lib/stream.c 5
lib/stream-replay.c 2
lib/ovs-replay.c 5
./include/openvswitch/ofpbuf.h 14
lib/seq.c 8
lib/latch-unix.c 2
lib/signals.c 2
lib/sset.c 9
lib/random.c 5
lib/entropy.c 2
lib/syslog-provider.h 1
./lib/dirs.c.in 2
lib/ofp-print.c 60
lib/ofp-msgs.c 29
lib/ofp-group.c 35
lib/byte-order.h 6
lib/ofp-actions.c 269
lib/ofp-protocol.c 9
lib/ofp-actions.inc2 1
./include/openvswitch/ofp-actions.h 133
lib/flow.h 33
lib/ofp-port.c 43
lib/packets.h 22
lib/util.h 16
lib/meta-flow.c 39
lib/nx-match.c 51
./include/openvswitch/meta-flow.h 1
lib/cmap.c 9
lib/cmap.h 1
lib/namemap.c 3
lib/flow.c 64
lib/nx-match.h 2
lib/multipath.c 2
lib/bundle.c 2
lib/ofp-prop.c 15
./include/openvswitch/ofp-prop.h 1
lib/ofp-ed-props.c 3
lib/ofp-errors.c 7
lib/bitmap.h 13
lib/ofp-packet.c 12
lib/ofp-table.c 54
lib/learn.c 2
lib/match.c 150
./include/openvswitch/ofp-group.h 1
lib/ofp-util.c 4
lib/ofp-switch.c 9
lib/netdev.c 4
lib/tun-metadata.c 9
./include/openvswitch/nsh.h 10
lib/uuid.c 1
lib/dp-packet.c 3
lib/dp-packet.h 27
lib/ofp-monitor.c 15
lib/ofp-match.c 20
lib/ox-stat.c 12
lib/ofp-flow.c 14
lib/ofp-meter.c 16
lib/ofp-queue.c 20
lib/ofp-connection.c 18
lib/ofp-bundle.c 6
lib/ofp-ipfix.c 7
lib/ofp-ct.c 5

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

tests/oss-fuzz/json_parser_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['xrealloc__']

tests/oss-fuzz/flow_extract_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['x2nrealloc', 'xrealloc__', 'xrealloc']

tests/oss-fuzz/miniflow_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['x2nrealloc', 'xrealloc__', 'xrealloc']

tests/oss-fuzz/odp_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['x2nrealloc', 'xrealloc__']

tests/oss-fuzz/ofctl_parse_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['x2nrealloc', 'xrealloc__']

tests/oss-fuzz/ofp_print_target.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['ovs_list_pop_front', 'vlog_set_levels_from_string', 'ovsthread_once_start__', 'ovsthread_once_done', 'ofputil_flow_mod_format', 'vlog_should_drop', 'ds_put_char_multiple', 'x2nrealloc', 'ds_steal_cstr', 'xmalloc']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/openvswitch/lib/multipath.c ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/classifier.c [] []
/src/openvswitch/lib/vlog.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/rculist.h [] []
/src/openvswitch/lib/fat-rwlock.c [] []
/src/openvswitch/lib/netlink.c ['odp_target'] ['odp_target']
/src/openvswitch/lib/util.h ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/cooperative-multitasking.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/hmapx.c [] []
/src/openvswitch/lib/socket-util.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/daemon-unix.c [] []
/src/openvswitch/lib/stream-replay.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/jhash.c ['flow_extract_target'] []
/src/openvswitch/lib/tun-metadata.c ['flow_extract_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/netlink.h ['odp_target'] []
/src/openvswitch/lib/netdev-vport.c [] []
/src/openvswitch/lib/netdev-provider.h [] []
/src/openvswitch/lib/ovsdb-types.h [] []
/src/openvswitch/lib/stream-tcp.c [] []
/src/openvswitch/lib/reconnect.c [] []
/src/openvswitch/lib/ofp-util.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/smap.c [] []
/src/openvswitch/lib/ox-stat.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/tc.h [] []
/src/openvswitch/./lib/flow.h ['miniflow_target'] ['ofp_print_target']
/src/openvswitch/lib/signals.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/flow.c ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/shash.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/netlink-socket.c [] []
/src/openvswitch/lib/latch-unix.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/sha1.c [] []
/src/openvswitch/lib/stream-ssl.c [] []
/src/openvswitch/lib/netdev-native-tnl.c [] []
/src/openvswitch/tests/oss-fuzz/json_parser_target.c ['json_parser_target'] []
/src/openvswitch/lib/csum.c ['odp_target'] []
/src/openvswitch/lib/netdev-vport-private.h [] []
/src/openvswitch/tests/oss-fuzz/odp_target.c ['odp_target'] []
/src/openvswitch/lib/ovsdb-types.c [] []
/src/openvswitch/lib/hash.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ofp-ed-props.c ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ovsdb-parser.c [] []
/src/openvswitch/lib/dpif-netdev-perf.h [] []
/src/openvswitch/lib/hmap.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/csum.h ['odp_target'] []
/src/openvswitch/lib/ovs-rcu.c [] []
/src/openvswitch/lib/syslog-libc.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/netdev.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/token-bucket.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/entropy.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/bitmap.h ['odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/json.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/conntrack-tp.c [] []
/src/openvswitch/lib/dpif-netdev-private-dfc.c [] []
/src/openvswitch/lib/simap.c ['odp_target'] []
/src/openvswitch/lib/ovs-thread.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/id-fpool.c [] []
/src/openvswitch/./include/openvswitch/nsh.h ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/tnl-ports.c [] []
/src/openvswitch/lib/timer.h [] []
/src/openvswitch/lib/ofp-actions.inc2 ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/./include/openvswitch/ofp-group.h ['ofp_print_target'] []
/src/openvswitch/lib/versions.h [] []
/src/openvswitch/lib/ofpbuf.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/./include/openvswitch/thread.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/svec.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-parse.c ['ofctl_parse_target'] []
/src/openvswitch/lib/connectivity.c [] []
/src/openvswitch/lib/random.h [] []
/src/openvswitch/lib/classifier.h [] []
/src/openvswitch/lib/nx-match.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/netdev-dpdk.h [] []
/src/openvswitch/lib/cmap.h ['ofp_print_target'] []
/src/openvswitch/lib/uuid.h [] []
/src/openvswitch/lib/odp-util.h ['odp_target'] []
/src/openvswitch/lib/ovs-atomic-flag-gcc4.7+.h [] []
/src/openvswitch/lib/dpif-netdev-private-flow.h [] []
/src/openvswitch/lib/timer.c [] []
/src/openvswitch/lib/jsonrpc.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/command-line.c [] []
/src/openvswitch/lib/netdev-offload-tc.c [] []
/src/openvswitch/lib/guarded-list.c [] []
/src/openvswitch/lib/coverage.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-msgs.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-protocol.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/dpif-netlink.c [] []
/src/openvswitch/lib/ovs-numa.c [] []
/src/openvswitch/lib/ovsdb-set-op.c [] []
/src/openvswitch/lib/ovsdb-session.c [] []
/src/openvswitch/lib/netdev-linux-private.h [] []
/src/openvswitch/lib/ovs-router.c [] []
/src/openvswitch/lib/netlink-notifier.c [] []
/src/openvswitch/lib/ct-dpif.c [] []
/src/openvswitch/lib/conntrack-icmp.c [] []
/src/openvswitch/./include/openvswitch/json.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ovsdb-error.c [] []
/src/openvswitch/lib/ovsdb-data.h [] []
/src/openvswitch/lib/uuid.c ['odp_target', 'ofp_print_target'] ['odp_target', 'ofp_print_target']
/src/openvswitch/lib/hindex.c [] []
/src/openvswitch/lib/ovsdb-map-op.c [] []
/src/openvswitch/lib/syslog-provider.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ipf.c [] []
/src/openvswitch/lib/dns-resolve-stub.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/./include/openvswitch/meta-flow.h ['ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/crc32c.c [] []
/src/openvswitch/lib/ofp-errors.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-print.c ['flow_extract_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/hindex.h [] []
/src/openvswitch/lib/skiplist.c [] []
/src/openvswitch/lib/socket-util.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/byte-order.h ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/poll-loop.c [] []
/src/openvswitch/lib/ovs-atomic.h ['ofctl_parse_target'] []
/src/openvswitch/lib/ovs-replay.h [] []
/src/openvswitch/lib/seq.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/unicode.h ['json_parser_target', 'ofctl_parse_target'] []
/src/openvswitch/lib/fatal-signal.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-switch.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/userspace-tso.c [] []
/src/openvswitch/lib/colors.c [] []
/src/openvswitch/lib/random.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/namemap.c ['flow_extract_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ofp-prop.c ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/odp-util.c ['odp_target'] ['odp_target']
/src/openvswitch/tests/oss-fuzz/ofp_print_target.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ofp-meter.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/dpif-provider.h [] []
/src/openvswitch/lib/byteq.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/flow.h ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ccmap.c [] []
/src/openvswitch/lib/conntrack-other.c [] []
/src/openvswitch/lib/ofp-port.c ['flow_extract_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['flow_extract_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-actions.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/sset.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/learn.c ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/./include/openvswitch/util.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/conntrack-tcp.c [] []
/src/openvswitch/lib/dpif.c [] []
/src/openvswitch/lib/unicode.c ['json_parser_target', 'ofctl_parse_target'] []
/src/openvswitch/lib/process.c [] []
/src/openvswitch/lib/odp-execute-private.c [] []
/src/openvswitch/lib/packets.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/cmap.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/pvector.h [] []
/src/openvswitch/lib/syslog-null.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/tc.c [] []
/src/openvswitch/lib/json.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ofp-connection.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/meta-flow.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/./include/openvswitch/dynamic-string.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ofp-packet.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/./include/openvswitch/ofp-prop.h ['ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/vswitch-idl.c [] []
/src/openvswitch/lib/netdev-offload.c [] []
/src/openvswitch/lib/stream-provider.h [] []
/src/openvswitch/lib/dynamic-string.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/dpif-netdev.c [] []
/src/openvswitch/lib/ofp-queue.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/timeval.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/backtrace.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/lockfile.c [] []
/src/openvswitch/lib/rtnetlink.c [] []
/src/openvswitch/lib/netdev-native-tnl.h [] []
/src/openvswitch/lib/id-pool.c [] []
/src/openvswitch/lib/route-table.c [] []
/src/openvswitch/lib/classifier-private.h [] []
/src/openvswitch/lib/dpctl.c [] []
/src/openvswitch/lib/ofp-errors.inc [] []
/src/openvswitch/lib/sort.c [] []
/src/openvswitch/lib/bundle.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/unixctl.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/aes128.c [] []
/src/openvswitch/lib/dpif-netdev-private-dpif.c [] []
/src/openvswitch/lib/unaligned.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/netlink-conntrack.c [] []
/src/openvswitch/lib/packets.h ['flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ofp-group.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/./include/openvswitch/ofp-actions.h ['ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/./include/openvswitch/hmap.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/./lib/dirs.c.in ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/dpif-netdev-lookup.c [] []
/src/openvswitch/lib/netdev-linux.c [] []
/src/openvswitch/lib/socket-util-unix.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/dpif-netdev-lookup-generic.c [] []
/src/openvswitch/lib/dpif-netdev-perf.c [] []
/src/openvswitch/./include/openvswitch/list.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/hash.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ofp-flow.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-monitor.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/tnl-neigh-cache.c [] []
/src/openvswitch/lib/mov-avg.h [] []
/src/openvswitch/tests/oss-fuzz/miniflow_target.c ['miniflow_target'] []
/src/openvswitch/lib/pvector.c [] []
/src/openvswitch/lib/ovsdb-data.c [] []
/src/openvswitch/lib/util.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-ipfix.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/dpif-netdev-private-dpcls.h [] []
/src/openvswitch/lib/ovsdb-idl.c [] []
/src/openvswitch/lib/stream-unix.c [] []
/src/openvswitch/lib/async-append-aio.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/usr/include/openssl/x509.h [] []
/src/openvswitch/lib/stream-fd.c [] []
/src/openvswitch/lib/ofp-ct.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/odp-execute.c [] []
/src/openvswitch/lib/netdev-offload.h [] []
/src/openvswitch/lib/match.c ['flow_extract_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/dpif-netdev-extract-study.c [] []
/src/openvswitch/lib/ofp-table.c ['ofctl_parse_target', 'ofp_print_target'] ['ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ovs-replay.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/ofp-bundle.c ['ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/syslog-direct.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/ovsdb-cs.c [] []
/src/openvswitch/lib/conntrack.c [] []
/src/openvswitch/lib/dp-packet.h ['flow_extract_target', 'miniflow_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/ovs-thread.h [] []
/src/openvswitch/lib/ofp-match.c ['flow_extract_target', 'ofctl_parse_target', 'ofp_print_target'] ['flow_extract_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/nx-match.h ['ofctl_parse_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/stream.c ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target']
/src/openvswitch/lib/netdev-afxdp.h [] []
/src/openvswitch/lib/ovsdb-condition.c [] []
/src/openvswitch/./include/openvswitch/ofpbuf.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/tests/oss-fuzz/flow_extract_target.c ['flow_extract_target'] []
/src/openvswitch/lib/sat-math.h ['json_parser_target', 'flow_extract_target', 'miniflow_target', 'odp_target', 'ofctl_parse_target', 'ofp_print_target'] []
/src/openvswitch/lib/dpif-netdev-lookup-autovalidator.c [] []
/src/openvswitch/lib/dpdk-stub.c [] []
/src/openvswitch/lib/dhparams.c [] []
/src/openvswitch/lib/netnsid.h [] []
/src/openvswitch/lib/mpsc-queue.c [] []
/src/openvswitch/lib/dpif-netlink-rtnl.c [] []
/src/openvswitch/lib/dp-packet.c ['flow_extract_target', 'miniflow_target', 'ofp_print_target'] ['ofp_print_target']
/src/openvswitch/lib/dpif-netdev-private-dfc.h [] []
/src/openvswitch/lib/dpif-netdev-private-extract.c [] []
/src/openvswitch/lib/daemon.c [] []
/src/openvswitch/tests/oss-fuzz/ofctl_parse_target.c ['ofctl_parse_target'] []
/src/openvswitch/lib/dp-packet-gso.c [] []

Directories in report

Directory
/src/openvswitch/lib/
/src/openvswitch/./lib/
/src/openvswitch/./include/openvswitch/
/usr/include/openssl/
/src/openvswitch/tests/oss-fuzz/