/kernel/linux/linux-5.10/net/strparser/ |
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 …]
|
/kernel/linux/linux-5.10/include/net/ |
D | strparser.h | 155 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
D | main.c | 823 struct sk_buff *orig_skb = skb; in mwifiex_clone_skb_for_tx_status() local 831 id = idr_alloc(&priv->ack_status_frames, orig_skb, in mwifiex_clone_skb_for_tx_status() 839 orig_tx_info = MWIFIEX_SKB_TXCB(orig_skb); in mwifiex_clone_skb_for_tx_status() 847 kfree_skb(orig_skb); in mwifiex_clone_skb_for_tx_status() 850 skb = orig_skb; in mwifiex_clone_skb_for_tx_status() 854 skb = orig_skb; in mwifiex_clone_skb_for_tx_status()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/xilinx/ |
D | xilinx_emaclite.c | 1018 xemaclite_send(struct sk_buff *orig_skb, struct net_device *dev) in xemaclite_send() argument 1025 len = orig_skb->len; in xemaclite_send() 1027 new_skb = orig_skb; in xemaclite_send()
|
/kernel/linux/linux-5.10/include/linux/ |
D | tcp.h | 518 const struct sk_buff *orig_skb);
|
D | skbuff.h | 3853 void __skb_tstamp_tx(struct sk_buff *orig_skb, 3868 void skb_tstamp_tx(struct sk_buff *orig_skb,
|
/kernel/linux/linux-5.10/net/core/ |
D | skbuff.c | 4721 void __skb_tstamp_tx(struct sk_buff *orig_skb, in __skb_tstamp_tx() argument 4732 skb_shinfo(orig_skb)->tx_flags & SKBTX_IN_PROGRESS) in __skb_tstamp_tx() 4744 skb = tcp_get_timestamping_opt_stats(sk, orig_skb); in __skb_tstamp_tx() 4750 skb = skb_clone(orig_skb, GFP_ATOMIC); in __skb_tstamp_tx() 4756 skb_shinfo(skb)->tx_flags |= skb_shinfo(orig_skb)->tx_flags & in __skb_tstamp_tx() 4758 skb_shinfo(skb)->tskey = skb_shinfo(orig_skb)->tskey; in __skb_tstamp_tx() 4770 void skb_tstamp_tx(struct sk_buff *orig_skb, in skb_tstamp_tx() argument 4773 return __skb_tstamp_tx(orig_skb, hwtstamps, orig_skb->sk, in skb_tstamp_tx()
|
D | dev.c | 4212 struct sk_buff *orig_skb = skb; in __dev_direct_xmit() local 4222 if (skb != orig_skb) in __dev_direct_xmit()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ndisc.c | 1565 struct sk_buff *orig_skb, in ndisc_fill_redirect_hdr_option() argument 1575 skb_copy_bits(orig_skb, skb_network_offset(orig_skb), opt, in ndisc_fill_redirect_hdr_option()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
D | sge.c | 1784 struct sk_buff *orig_skb = skb; in t1_start_xmit() local 1797 dev_kfree_skb_any(orig_skb); in t1_start_xmit() 1882 if (unlikely(ret != NETDEV_TX_OK && skb != orig_skb)) { in t1_start_xmit()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | hci_event.c | 6157 struct sk_buff *orig_skb = NULL; in hci_event_packet() local 6181 orig_skb = skb_clone(skb, GFP_KERNEL); in hci_event_packet() 6377 if (!hci_get_cmd_complete(hdev, opcode, req_evt, orig_skb)) { in hci_event_packet() 6378 kfree_skb(orig_skb); in hci_event_packet() 6379 orig_skb = NULL; in hci_event_packet() 6381 req_complete_skb(hdev, status, opcode, orig_skb); in hci_event_packet() 6385 kfree_skb(orig_skb); in hci_event_packet()
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | strparser.rst | 84 int strp_process(struct strparser *strp, struct sk_buff *orig_skb,
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | tcp.c | 3623 const struct sk_buff *orig_skb) in tcp_get_timestamping_opt_stats() argument 3677 nla_put_u64_64bit(stats, TCP_NLA_EDT, orig_skb->skb_mstamp_ns, in tcp_get_timestamping_opt_stats()
|