Searched refs:out_skb (Results 1 – 6 of 6) sorted by relevance
| /linux/net/key/ |
| H A D | af_key.c | 1595 struct sk_buff *out_skb; in pfkey_get() local 1608 out_skb = pfkey_xfrm_state2msg(x); in pfkey_get() 1611 if (IS_ERR(out_skb)) in pfkey_get() 1612 return PTR_ERR(out_skb); in pfkey_get() 1614 out_hdr = (struct sadb_msg *) out_skb->data; in pfkey_get() 1622 pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_ONE, sk, sock_net(sk)); in pfkey_get() 1807 struct sk_buff *out_skb; in dump_sa() local 1813 out_skb = pfkey_xfrm_state2msg(x); in dump_sa() 1814 if (IS_ERR(out_skb)) in dump_sa() 1815 return PTR_ERR(out_skb); in dump_sa() [all …]
|
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_xdp.c | 362 goto out_skb; in vmxnet3_process_xdp_small() 368 out_skb: in vmxnet3_process_xdp_small() 406 goto out_skb; in vmxnet3_process_xdp() 411 out_skb: in vmxnet3_process_xdp()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.h | 49 int (*maybe_stop_tx)(struct sk_buff **out_skb,
|
| H A D | hns_enet.c | 211 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) in hns_nic_maybe_stop_tx() argument 213 struct sk_buff *skb = *out_skb; in hns_nic_maybe_stop_tx() 229 *out_skb = new_skb; in hns_nic_maybe_stop_tx() 240 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) in hns_nic_maybe_stop_tso() argument 246 struct sk_buff *skb = *out_skb; in hns_nic_maybe_stop_tso() 269 *out_skb = new_skb; in hns_nic_maybe_stop_tso() 279 static int hns_nic_maybe_stop_tx_v2(struct sk_buff **out_skb, int *bnum, in hns_nic_maybe_stop_tx_v2() argument 282 if (skb_is_gso(*out_skb)) in hns_nic_maybe_stop_tx_v2() 283 return hns_nic_maybe_stop_tso(out_skb, bnum, ring); in hns_nic_maybe_stop_tx_v2() 285 return hns_nic_maybe_stop_tx(out_skb, bnum, ring); in hns_nic_maybe_stop_tx_v2() [all …]
|
| /linux/net/ieee802154/ |
| H A D | socket.c | 294 goto out_skb; in raw_sendmsg() 307 out_skb: in raw_sendmsg() 680 goto out_skb; in dgram_sendmsg() 684 goto out_skb; in dgram_sendmsg() 697 out_skb: in dgram_sendmsg()
|
| /linux/net/xfrm/ |
| H A D | xfrm_user.c | 1178 struct sk_buff *out_skb; member 1501 struct sk_buff *skb = sp->out_skb; in dump_one_state() 1556 info.out_skb = skb; in xfrm_dump_sa() 1611 info.out_skb = skb; in xfrm_state_netlink() 2410 struct sk_buff *skb = sp->out_skb; in dump_one_policy() 2479 info.out_skb = skb; in xfrm_dump_policy() 2501 info.out_skb = skb; in xfrm_policy_netlink()
|