MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bpf_validate

Function bpf_validate

freebsd/net/bpf.c:3052–3056  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3050}
3051
3052int
3053bpf_validate(const struct bpf_insn *f, int len)
3054{
3055 return 0; /* false */
3056}
3057
3058#endif /* !DEV_BPF && !NETGRAPH_BPF */
3059

Callers 3

bpf_setfFunction · 0.70
frrequestFunction · 0.50
ng_bpf_setprogFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected