Home
last modified time | relevance | path

Searched refs:nf_flow_register_bpf (Results 1 – 2 of 2) sorted by relevance

/linux/include/net/netfilter/
H A Dnf_flow_table.h347 extern int nf_flow_register_bpf(void);
349 static inline int nf_flow_register_bpf(void) in nf_flow_register_bpf() function
/linux/net/netfilter/
H A Dnf_flow_table_core.c829 ret = nf_flow_register_bpf(); in nf_flow_table_module_init()