Searched refs:call_batch (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/netfilter/ |
| D | nfnetlink.h | 19 int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb, member
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | nfnetlink.c | 455 if (nc->call_batch) { in nfnetlink_rcv_batch() 456 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
|
| D | nf_tables_api.c | 7332 .call_batch = nf_tables_newtable, 7342 .call_batch = nf_tables_deltable, 7347 .call_batch = nf_tables_newchain, 7357 .call_batch = nf_tables_delchain, 7362 .call_batch = nf_tables_newrule, 7372 .call_batch = nf_tables_delrule, 7377 .call_batch = nf_tables_newset, 7387 .call_batch = nf_tables_delset, 7392 .call_batch = nf_tables_newsetelem, 7402 .call_batch = nf_tables_delsetelem, [all …]
|