Home
last modified time | relevance | path

Searched refs:flow_dissector_bpf_prog_attach_check (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dnet_namespace.c322 ret = flow_dissector_bpf_prog_attach_check(net, prog); in netns_bpf_prog_attach()
443 err = flow_dissector_bpf_prog_attach_check(net, link->prog); in netns_bpf_link_attach()
/OK3568_Linux_fs/kernel/include/net/
H A Dflow_dissector.h386 int flow_dissector_bpf_prog_attach_check(struct net *net,
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c73 int flow_dissector_bpf_prog_attach_check(struct net *net, in flow_dissector_bpf_prog_attach_check() function