/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mcu.c | 77 struct sk_buff *orig_skb = NULL; in mt76_mcu_skb_send_and_get_msg() local 87 orig_skb = skb; in mt76_mcu_skb_send_and_get_msg() 95 if (orig_skb) in mt76_mcu_skb_send_and_get_msg() 96 skb_get(orig_skb); in mt76_mcu_skb_send_and_get_msg() 111 orig_skb && retry++ < dev->mcu_ops->max_retry) { in mt76_mcu_skb_send_and_get_msg() 114 skb = orig_skb; in mt76_mcu_skb_send_and_get_msg() 127 dev_kfree_skb(orig_skb); in mt76_mcu_skb_send_and_get_msg()
|
/linux/net/strparser/ |
H A D | strparser.c | 89 static int __strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in __strp_recv() argument 113 orig_skb = skb_clone(orig_skb, GFP_ATOMIC); in __strp_recv() 114 if (!orig_skb) { in __strp_recv() 119 if (!pskb_pull(orig_skb, orig_offset)) { in __strp_recv() 121 kfree_skb(orig_skb); in __strp_recv() 171 skb = skb_clone(orig_skb, GFP_ATOMIC); in __strp_recv() 310 kfree_skb(orig_skb); in __strp_recv() 317 int strp_process(struct strparser *strp, struct sk_buff *orig_skb, in strp_process() argument 325 return __strp_recv(&desc, orig_skb, orig_offset, orig_len, in strp_process() 330 static int strp_recv(read_descriptor_t *desc, struct sk_buff *orig_skb, in strp_recv() argument [all …]
|
/linux/drivers/net/wireless/intel/iwlwifi/mei/ |
H A D | net.c | 328 rx_handler_result_t iwl_mei_rx_filter(struct sk_buff *orig_skb, in iwl_mei_rx_filter() argument 335 ret = iwl_mei_rx_pass_to_csme(orig_skb, filters, pass_to_csme); in iwl_mei_rx_filter() 341 skb = skb_copy(orig_skb, GFP_ATOMIC); in iwl_mei_rx_filter() 346 skb = orig_skb; in iwl_mei_rx_filter()
|
/linux/include/net/ |
H A D | strparser.h | 166 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
/linux/net/mac80211/ |
H A D | status.c | 592 struct sk_buff *orig_skb, in ieee80211_report_ack_skb() argument 596 struct ieee80211_tx_info *info = IEEE80211_SKB_CB(orig_skb); in ieee80211_report_ack_skb() 620 if (ieee80211_is_timing_measurement(orig_skb) || in ieee80211_report_ack_skb() 621 ieee80211_is_ftm(orig_skb)) { in ieee80211_report_ack_skb() 623 ktime_to_ns(skb_hwtstamps(orig_skb)->hwtstamp); in ieee80211_report_ack_skb()
|
/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.c | 852 struct sk_buff *orig_skb = skb; in mwifiex_clone_skb_for_tx_status() local 860 id = idr_alloc(&priv->ack_status_frames, orig_skb, in mwifiex_clone_skb_for_tx_status() 868 orig_tx_info = MWIFIEX_SKB_TXCB(orig_skb); in mwifiex_clone_skb_for_tx_status() 876 kfree_skb(orig_skb); in mwifiex_clone_skb_for_tx_status() 879 skb = orig_skb; in mwifiex_clone_skb_for_tx_status() 883 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
|
/linux/drivers/net/ethernet/xilinx/ |
H A D | xilinx_emaclite.c | 996 xemaclite_send(struct sk_buff *orig_skb, struct net_device *dev) in xemaclite_send() argument 1003 len = orig_skb->len; in xemaclite_send() 1005 new_skb = orig_skb; in xemaclite_send()
|
/linux/include/linux/ |
H A D | tcp.h | 595 const struct sk_buff *orig_skb,
|
H A D | skbuff.h | 4466 void __skb_tstamp_tx(struct sk_buff *orig_skb, const struct sk_buff *ack_skb, 4481 void skb_tstamp_tx(struct sk_buff *orig_skb,
|
/linux/net/core/ |
H A D | skbuff.c | 5542 void __skb_tstamp_tx(struct sk_buff *orig_skb, in __skb_tstamp_tx() argument 5556 skb_shinfo(orig_skb)->tx_flags & SKBTX_IN_PROGRESS) in __skb_tstamp_tx() 5567 skb = tcp_get_timestamping_opt_stats(sk, orig_skb, in __skb_tstamp_tx() 5574 skb = skb_clone(orig_skb, GFP_ATOMIC); in __skb_tstamp_tx() 5585 skb_shinfo(skb)->tx_flags |= skb_shinfo(orig_skb)->tx_flags & in __skb_tstamp_tx() 5587 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx() 5599 void skb_tstamp_tx(struct sk_buff *orig_skb, in skb_tstamp_tx() argument 5602 return __skb_tstamp_tx(orig_skb, NULL, hwtstamps, orig_skb->sk, in skb_tstamp_tx()
|
H A D | dev.c | 4467 struct sk_buff *orig_skb = skb; in __dev_direct_xmit() local 4477 if (skb != orig_skb) in __dev_direct_xmit()
|
/linux/net/ipv6/ |
H A D | ndisc.c | 1664 struct sk_buff *orig_skb, in ndisc_fill_redirect_hdr_option() argument 1674 skb_copy_bits(orig_skb, skb_network_offset(orig_skb), opt, in ndisc_fill_redirect_hdr_option()
|
/linux/drivers/net/ethernet/chelsio/cxgb/ |
H A D | sge.c | 1814 struct sk_buff *orig_skb = skb; in t1_start_xmit() local 1827 dev_kfree_skb_any(orig_skb); in t1_start_xmit() 1912 if (unlikely(ret != NETDEV_TX_OK && skb != orig_skb)) { in t1_start_xmit()
|
/linux/Documentation/networking/ |
H A D | strparser.rst | 84 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
/linux/net/bluetooth/ |
H A D | hci_event.c | 7451 struct sk_buff *orig_skb = NULL; in hci_event_packet() local 7486 orig_skb = skb_clone(skb, GFP_KERNEL); in hci_event_packet() 7501 if (!hci_get_cmd_complete(hdev, opcode, req_evt, orig_skb)) { in hci_event_packet() 7502 kfree_skb(orig_skb); in hci_event_packet() 7503 orig_skb = NULL; in hci_event_packet() 7505 req_complete_skb(hdev, status, opcode, orig_skb); in hci_event_packet() 7509 kfree_skb(orig_skb); in hci_event_packet()
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | tx.c | 1352 struct sk_buff *orig_skb = skb; in iwl_mvm_tx_skb_sta() local 1425 if (skb == orig_skb) in iwl_mvm_tx_skb_sta()
|
/linux/net/ipv4/ |
H A D | tcp.c | 4232 const struct sk_buff *orig_skb, in tcp_get_timestamping_opt_stats() argument 4287 nla_put_u64_64bit(stats, TCP_NLA_EDT, orig_skb->skb_mstamp_ns, in tcp_get_timestamping_opt_stats()
|