Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/mwifiex/
Dmain.c756 struct sk_buff *orig_skb = skb; in mwifiex_clone_skb_for_tx_status() local
765 id = idr_alloc(&priv->ack_status_frames, orig_skb, in mwifiex_clone_skb_for_tx_status()
773 orig_tx_info = MWIFIEX_SKB_TXCB(orig_skb); in mwifiex_clone_skb_for_tx_status()
781 kfree_skb(orig_skb); in mwifiex_clone_skb_for_tx_status()
784 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
788 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
/linux-4.4.14/drivers/net/ethernet/xilinx/
Dxilinx_emaclite.c1001 static int xemaclite_send(struct sk_buff *orig_skb, struct net_device *dev) in xemaclite_send() argument
1008 len = orig_skb->len; in xemaclite_send()
1010 new_skb = orig_skb; in xemaclite_send()
/linux-4.4.14/net/core/
Dskbuff.c3709 void __skb_tstamp_tx(struct sk_buff *orig_skb, in __skb_tstamp_tx() argument
3726 skb = skb_clone(orig_skb, GFP_ATOMIC); in __skb_tstamp_tx()
3731 skb_shinfo(skb)->tx_flags = skb_shinfo(orig_skb)->tx_flags; in __skb_tstamp_tx()
3732 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx()
3744 void skb_tstamp_tx(struct sk_buff *orig_skb, in skb_tstamp_tx() argument
3747 return __skb_tstamp_tx(orig_skb, hwtstamps, orig_skb->sk, in skb_tstamp_tx()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb/
Dsge.c1778 struct sk_buff *orig_skb = skb; in t1_start_xmit() local
1791 dev_kfree_skb_any(orig_skb); in t1_start_xmit()
1876 if (unlikely(ret != NETDEV_TX_OK && skb != orig_skb)) { in t1_start_xmit()
/linux-4.4.14/net/bluetooth/
Dhci_event.c5208 struct sk_buff *orig_skb = NULL; in hci_event_packet() local
5227 orig_skb = skb_clone(skb, GFP_KERNEL); in hci_event_packet()
5416 if (!hci_get_cmd_complete(hdev, opcode, req_evt, orig_skb)) { in hci_event_packet()
5417 kfree_skb(orig_skb); in hci_event_packet()
5418 orig_skb = NULL; in hci_event_packet()
5420 req_complete_skb(hdev, status, opcode, orig_skb); in hci_event_packet()
5423 kfree_skb(orig_skb); in hci_event_packet()
/linux-4.4.14/net/ipv6/
Dndisc.c1471 struct sk_buff *orig_skb, in ndisc_fill_redirect_hdr_option() argument
1481 memcpy(opt, ipv6_hdr(orig_skb), rd_len - 8); in ndisc_fill_redirect_hdr_option()
/linux-4.4.14/include/linux/
Dskbuff.h3047 void __skb_tstamp_tx(struct sk_buff *orig_skb,
3062 void skb_tstamp_tx(struct sk_buff *orig_skb,