Searched refs:out_skb (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/nfc/nfcmrvl/
H A Dfw_dnld.c252 struct sk_buff *out_skb; local
280 out_skb = alloc_lc_skb(priv, 1);
281 if (!out_skb)
283 skb_put_u8(out_skb, 0xBF);
284 nci_send_frame(priv->ndev, out_skb);
289 out_skb = alloc_lc_skb(priv, 1);
290 if (!out_skb)
292 skb_put_u8(out_skb, HELPER_ACK_PACKET_FORMAT);
293 nci_send_frame(priv->ndev, out_skb);
312 out_skb
[all...]
/linux-master/crypto/
H A Dcrypto_user_stat.c22 struct sk_buff *out_skb; member in struct:crypto_dump_info
110 struct sk_buff *skb = info->out_skb;
159 info.out_skb = skb;
H A Dcrypto_user_base.c31 struct sk_buff *out_skb; member in struct:crypto_dump_info
158 struct sk_buff *skb = info->out_skb;
207 info.out_skb = skb;
233 info.out_skb = skb;
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_enet.h49 int (*maybe_stop_tx)(struct sk_buff **out_skb,
H A Dhns_enet.c211 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring)
213 struct sk_buff *skb = *out_skb;
229 *out_skb = new_skb;
240 struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring)
246 struct sk_buff *skb = *out_skb;
269 *out_skb = new_skb;
279 static int hns_nic_maybe_stop_tx_v2(struct sk_buff **out_skb, int *bnum, argument
282 if (skb_is_gso(*out_skb))
283 return hns_nic_maybe_stop_tso(out_skb, bnum, ring);
285 return hns_nic_maybe_stop_tx(out_skb, bnu
210 hns_nic_maybe_stop_tx( struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) argument
239 hns_nic_maybe_stop_tso( struct sk_buff **out_skb, int *bnum, struct hnae_ring *ring) argument
562 hns_nic_poll_rx_skb(struct hns_nic_ring_data *ring_data, struct sk_buff **out_skb, int *out_bnum) argument
[all...]
/linux-master/net/key/
H A Daf_key.c1577 struct sk_buff *out_skb; local
1590 out_skb = pfkey_xfrm_state2msg(x);
1593 if (IS_ERR(out_skb))
1594 return PTR_ERR(out_skb);
1596 out_hdr = (struct sadb_msg *) out_skb->data;
1604 pfkey_broadcast(out_skb, GFP_ATOMIC, BROADCAST_ONE, sk, sock_net(sk));
1789 struct sk_buff *out_skb; local
1795 out_skb = pfkey_xfrm_state2msg(x);
1796 if (IS_ERR(out_skb))
1797 return PTR_ERR(out_skb);
2216 struct sk_buff *out_skb; local
2438 struct sk_buff *out_skb; local
2690 struct sk_buff *out_skb; local
3044 struct sk_buff *out_skb; local
[all...]
/linux-master/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c352 goto out_skb;
358 out_skb:
396 goto out_skb;
401 out_skb:
/linux-master/net/ieee802154/
H A Dsocket.c294 goto out_skb;
307 out_skb:
680 goto out_skb;
684 goto out_skb;
697 out_skb:
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_main.c250 goto out_skb;
293 out_skb:
/linux-master/net/xfrm/
H A Dxfrm_user.c921 struct sk_buff *out_skb; member in struct:xfrm_dump_info
1195 struct sk_buff *skb = sp->out_skb;
1250 info.out_skb = skb;
1305 info.out_skb = skb;
2091 struct sk_buff *skb = sp->out_skb;
2160 info.out_skb = skb;
2182 info.out_skb = skb;

Completed in 342 milliseconds