Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_tables_api.c10043 struct sk_buff *batch_skb = NULL, *nskb, *skb; in nft_commit_notify() local
10048 if (!batch_skb) { in nft_commit_notify()
10050 batch_skb = skb; in nft_commit_notify()
10056 if (len > 0 && NFT_CB(skb).report == NFT_CB(batch_skb).report) { in nft_commit_notify()
10057 data = skb_put(batch_skb, skb->len); in nft_commit_notify()
10063 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
10064 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()
10068 if (batch_skb) { in nft_commit_notify()
10069 nfnetlink_send(batch_skb, net, portid, NFNLGRP_NFTABLES, in nft_commit_notify()
10070 NFT_CB(batch_skb).report, GFP_KERNEL); in nft_commit_notify()