Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_log.h67 void nf_log_unbind_pf(struct net *net, u_int8_t pf);
/openbmc/linux/net/netfilter/
H A Dnf_log.c144 void nf_log_unbind_pf(struct net *net, u_int8_t pf) in nf_log_unbind_pf() function
152 EXPORT_SYMBOL(nf_log_unbind_pf);
429 nf_log_unbind_pf(net, tindex); in nf_log_proc_dostring()
H A Dnfnetlink_log.c901 nf_log_unbind_pf(info->net, pf); in nfulnl_recv_config()