Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3052
int
3053
bpf_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_setf
Function · 0.70
frrequest
Function · 0.50
ng_bpf_setprog
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected