Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/netfilter/
Dnfnetlink.h19 int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb, member
/Linux-v4.19/net/netfilter/
Dnfnetlink.c429 if (nc->call_batch) { in nfnetlink_rcv_batch()
430 err = nc->call_batch(net, net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
Dnf_tables_api.c6000 .call_batch = nf_tables_newtable,
6010 .call_batch = nf_tables_deltable,
6015 .call_batch = nf_tables_newchain,
6025 .call_batch = nf_tables_delchain,
6030 .call_batch = nf_tables_newrule,
6040 .call_batch = nf_tables_delrule,
6045 .call_batch = nf_tables_newset,
6055 .call_batch = nf_tables_delset,
6060 .call_batch = nf_tables_newsetelem,
6070 .call_batch = nf_tables_delsetelem,
[all …]