call_batch         19 include/linux/netfilter/nfnetlink.h 	int (*call_batch)(struct net *net, struct sock *nl, struct sk_buff *skb,
call_batch       6350 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newtable,
call_batch       6360 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_deltable,
call_batch       6365 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newchain,
call_batch       6375 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delchain,
call_batch       6380 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newrule,
call_batch       6390 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delrule,
call_batch       6395 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newset,
call_batch       6405 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delset,
call_batch       6410 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newsetelem,
call_batch       6420 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delsetelem,
call_batch       6428 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newobj,
call_batch       6438 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delobj,
call_batch       6448 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_newflowtable,
call_batch       6458 net/netfilter/nf_tables_api.c 		.call_batch	= nf_tables_delflowtable,
call_batch        432 net/netfilter/nfnetlink.c 			if (nc->call_batch) {
call_batch        433 net/netfilter/nfnetlink.c 				err = nc->call_batch(net, net->nfnl, skb, nlh,