Searched refs:call_batch (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/linux/netfilter/ |
D | nfnetlink.h | 17 int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb, member
|
/linux-4.4.14/net/netfilter/ |
D | nfnetlink.c | 381 if (nc->call_batch) { in nfnetlink_rcv_batch() 382 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
|
D | nf_tables_api.c | 3761 .call_batch = nf_tables_newtable, 3771 .call_batch = nf_tables_deltable, 3776 .call_batch = nf_tables_newchain, 3786 .call_batch = nf_tables_delchain, 3791 .call_batch = nf_tables_newrule, 3801 .call_batch = nf_tables_delrule, 3806 .call_batch = nf_tables_newset, 3816 .call_batch = nf_tables_delset, 3821 .call_batch = nf_tables_newsetelem, 3831 .call_batch = nf_tables_delsetelem,
|