Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/netfilter/
Dnfnetlink.h19 int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb, member
/Linux-v5.10/net/netfilter/
Dnfnetlink.c455 if (nc->call_batch) { in nfnetlink_rcv_batch()
456 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
Dnf_tables_api.c7316 .call_batch = nf_tables_newtable,
7326 .call_batch = nf_tables_deltable,
7331 .call_batch = nf_tables_newchain,
7341 .call_batch = nf_tables_delchain,
7346 .call_batch = nf_tables_newrule,
7356 .call_batch = nf_tables_delrule,
7361 .call_batch = nf_tables_newset,
7371 .call_batch = nf_tables_delset,
7376 .call_batch = nf_tables_newsetelem,
7386 .call_batch = nf_tables_delsetelem,
[all …]