Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_tables_api.c9734 struct sk_buff *batch_skb = NULL, *nskb, *skb; in nft_commit_notify() local
9739 if (!batch_skb) { in nft_commit_notify()
9741 batch_skb = skb; in nft_commit_notify()
9747 if (len > 0 && NFT_CB(skb).report == NFT_CB(batch_skb).report) { in nft_commit_notify()
9748 data = skb_put(batch_skb, skb->len); in nft_commit_notify()
9754 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
9755 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()
9759 if (batch_skb) { in nft_commit_notify()
9760 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
9761 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()