| /linux/net/strparser/ |
| 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/marvell/mwifiex/ |
| A D | main.c | 844 struct sk_buff *orig_skb = skb; in mwifiex_clone_skb_for_tx_status() local 852 id = idr_alloc(&priv->ack_status_frames, orig_skb, in mwifiex_clone_skb_for_tx_status() 860 orig_tx_info = MWIFIEX_SKB_TXCB(orig_skb); in mwifiex_clone_skb_for_tx_status() 868 kfree_skb(orig_skb); in mwifiex_clone_skb_for_tx_status() 871 skb = orig_skb; in mwifiex_clone_skb_for_tx_status() 875 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
|
| /linux/include/net/ |
| A D | strparser.h | 159 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
| /linux/drivers/net/ethernet/xilinx/ |
| A D | xilinx_emaclite.c | 1021 xemaclite_send(struct sk_buff *orig_skb, struct net_device *dev) in xemaclite_send() argument 1028 len = orig_skb->len; in xemaclite_send() 1030 new_skb = orig_skb; in xemaclite_send()
|
| /linux/include/linux/ |
| A D | tcp.h | 499 const struct sk_buff *orig_skb,
|
| A D | skbuff.h | 3972 void __skb_tstamp_tx(struct sk_buff *orig_skb, const struct sk_buff *ack_skb, 3987 void skb_tstamp_tx(struct sk_buff *orig_skb,
|
| /linux/net/core/ |
| A D | skbuff.c | 4900 void __skb_tstamp_tx(struct sk_buff *orig_skb, in __skb_tstamp_tx() argument 4912 skb_shinfo(orig_skb)->tx_flags & SKBTX_IN_PROGRESS) in __skb_tstamp_tx() 4924 skb = tcp_get_timestamping_opt_stats(sk, orig_skb, in __skb_tstamp_tx() 4931 skb = skb_clone(orig_skb, GFP_ATOMIC); in __skb_tstamp_tx() 4937 skb_shinfo(skb)->tx_flags |= skb_shinfo(orig_skb)->tx_flags & in __skb_tstamp_tx() 4939 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx() 4951 void skb_tstamp_tx(struct sk_buff *orig_skb, in skb_tstamp_tx() argument 4954 return __skb_tstamp_tx(orig_skb, NULL, hwtstamps, orig_skb->sk, in skb_tstamp_tx()
|
| A D | dev.c | 4275 struct sk_buff *orig_skb = skb; in __dev_direct_xmit() local 4285 if (skb != orig_skb) in __dev_direct_xmit()
|
| /linux/net/ipv6/ |
| A D | ndisc.c | 1574 struct sk_buff *orig_skb, in ndisc_fill_redirect_hdr_option() argument 1584 skb_copy_bits(orig_skb, skb_network_offset(orig_skb), opt, in ndisc_fill_redirect_hdr_option()
|
| /linux/drivers/net/ethernet/chelsio/cxgb/ |
| A D | sge.c | 1823 struct sk_buff *orig_skb = skb; in t1_start_xmit() local 1836 dev_kfree_skb_any(orig_skb); in t1_start_xmit() 1921 if (unlikely(ret != NETDEV_TX_OK && skb != orig_skb)) { in t1_start_xmit()
|
| /linux/net/bluetooth/ |
| A D | hci_event.c | 6315 struct sk_buff *orig_skb = NULL; in hci_event_packet() local 6339 orig_skb = skb_clone(skb, GFP_KERNEL); in hci_event_packet() 6535 if (!hci_get_cmd_complete(hdev, opcode, req_evt, orig_skb)) { in hci_event_packet() 6536 kfree_skb(orig_skb); in hci_event_packet() 6537 orig_skb = NULL; in hci_event_packet() 6539 req_complete_skb(hdev, status, opcode, orig_skb); in hci_event_packet() 6543 kfree_skb(orig_skb); in hci_event_packet()
|
| /linux/Documentation/networking/ |
| A D | strparser.rst | 84 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
| /linux/net/ipv4/ |
| A D | tcp.c | 3843 const struct sk_buff *orig_skb, in tcp_get_timestamping_opt_stats() argument 3898 nla_put_u64_64bit(stats, TCP_NLA_EDT, orig_skb->skb_mstamp_ns, in tcp_get_timestamping_opt_stats()
|