Searched refs:call_batch (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/netfilter/ |
| D | nfnetlink.h | 19 int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb, member
|
| /Linux-v5.4/net/netfilter/ |
| D | nfnetlink.c | 432 if (nc->call_batch) { in nfnetlink_rcv_batch() 433 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
|
| D | nf_tables_api.c | 6306 .call_batch = nf_tables_newtable, 6316 .call_batch = nf_tables_deltable, 6321 .call_batch = nf_tables_newchain, 6331 .call_batch = nf_tables_delchain, 6336 .call_batch = nf_tables_newrule, 6346 .call_batch = nf_tables_delrule, 6351 .call_batch = nf_tables_newset, 6361 .call_batch = nf_tables_delset, 6366 .call_batch = nf_tables_newsetelem, 6376 .call_batch = nf_tables_delsetelem, [all …]
|