Searched refs:batch_skb (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | nf_tables_api.c | 8833 struct sk_buff *batch_skb = NULL, *nskb, *skb; in nft_commit_notify() local 8838 if (!batch_skb) { in nft_commit_notify() 8840 batch_skb = skb; in nft_commit_notify() 8846 if (len > 0 && NFT_CB(skb).report == NFT_CB(batch_skb).report) { in nft_commit_notify() 8847 data = skb_put(batch_skb, skb->len); in nft_commit_notify() 8853 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify() 8854 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify() 8858 if (batch_skb) { in nft_commit_notify() 8859 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify() 8860 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()
|