Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnf_tables_api.c8435 struct sk_buff *batch_skb = NULL, *nskb, *skb; in nft_commit_notify() local
8440 if (!batch_skb) { in nft_commit_notify()
8442 batch_skb = skb; in nft_commit_notify()
8448 if (len > 0 && NFT_CB(skb).report == NFT_CB(batch_skb).report) { in nft_commit_notify()
8449 data = skb_put(batch_skb, skb->len); in nft_commit_notify()
8455 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
8456 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()
8460 if (batch_skb) { in nft_commit_notify()
8461 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
8462 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()