Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/netfilter/
Dnfnetlink.h17 int (*call_batch)(struct sock *nl, struct sk_buff *skb, member
/linux-4.1.27/net/netfilter/
Dnfnetlink.c375 if (nc->call_batch) { in nfnetlink_rcv_batch()
376 err = nc->call_batch(net->nfnl, skb, nlh, in nfnetlink_rcv_batch()
Dnf_tables_api.c3693 .call_batch = nf_tables_newtable,
3703 .call_batch = nf_tables_deltable,
3708 .call_batch = nf_tables_newchain,
3718 .call_batch = nf_tables_delchain,
3723 .call_batch = nf_tables_newrule,
3733 .call_batch = nf_tables_delrule,
3738 .call_batch = nf_tables_newset,
3748 .call_batch = nf_tables_delset,
3753 .call_batch = nf_tables_newsetelem,
3763 .call_batch = nf_tables_delsetelem,