Searched refs:orig_skb (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | main.c | 669 struct sk_buff *orig_skb = skb; in mwifiex_clone_skb_for_tx_status() local 678 id = idr_alloc(&priv->ack_status_frames, orig_skb, in mwifiex_clone_skb_for_tx_status() 686 orig_tx_info = MWIFIEX_SKB_TXCB(orig_skb); in mwifiex_clone_skb_for_tx_status() 694 kfree_skb(orig_skb); in mwifiex_clone_skb_for_tx_status() 697 skb = orig_skb; in mwifiex_clone_skb_for_tx_status() 701 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
|
/linux-4.1.27/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 999 static int xemaclite_send(struct sk_buff *orig_skb, struct net_device *dev) in xemaclite_send() argument 1006 len = orig_skb->len; in xemaclite_send() 1008 new_skb = orig_skb; in xemaclite_send()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 3709 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.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1778 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.1.27/net/bluetooth/ |
D | hci_event.c | 5188 struct sk_buff *orig_skb = NULL; in hci_event_packet() local 5207 orig_skb = skb_clone(skb, GFP_KERNEL); in hci_event_packet() 5394 if (!hci_get_cmd_complete(hdev, opcode, req_evt, orig_skb)) { in hci_event_packet() 5395 kfree_skb(orig_skb); in hci_event_packet() 5396 orig_skb = NULL; in hci_event_packet() 5398 req_complete_skb(hdev, status, opcode, orig_skb); in hci_event_packet() 5401 kfree_skb(orig_skb); in hci_event_packet()
|
/linux-4.1.27/net/ipv6/ |
D | ndisc.c | 1445 struct sk_buff *orig_skb, in ndisc_fill_redirect_hdr_option() argument 1455 memcpy(opt, ipv6_hdr(orig_skb), rd_len - 8); in ndisc_fill_redirect_hdr_option()
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 2877 void __skb_tstamp_tx(struct sk_buff *orig_skb, 2892 void skb_tstamp_tx(struct sk_buff *orig_skb,
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isdnl2.c | 1266 struct sk_buff *orig_skb = skb; in l2_pull_iqueue() local 1270 dev_kfree_skb(orig_skb); in l2_pull_iqueue()
|