Searched refs:pskb_put (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/net/caif/ |
H A D | cfpkt_skbuff.c | 204 to = pskb_put(skb, lastskb, len); in cfpkt_add_body()
|
/kernel/linux/linux-6.6/net/caif/ |
H A D | cfpkt_skbuff.c | 204 to = pskb_put(skb, lastskb, len); in cfpkt_add_body()
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | send.c | 209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
|
/kernel/linux/linux-6.6/drivers/net/wireguard/ |
H A D | send.c | 209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | esp4.c | 528 pskb_put(skb, trailer, tailen); in esp_output_head()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | esp6.c | 562 pskb_put(skb, trailer, tailen); in esp6_output_head()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | esp4.c | 525 pskb_put(skb, trailer, tailen); in esp_output_head()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | esp6.c | 562 pskb_put(skb, trailer, tailen); in esp6_output_head()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 774 pskb_put(skb, trailer, tailen); in tipc_aead_encrypt()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 770 pskb_put(skb, trailer, tailen); in tipc_aead_encrypt()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 1847 * pskb_put - add data to the tail of a potentially fragmented buffer 1859 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) in pskb_put() function 1867 EXPORT_SYMBOL_GPL(pskb_put); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 2389 * pskb_put - add data to the tail of a potentially fragmented buffer 2401 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) in pskb_put() function 2409 EXPORT_SYMBOL_GPL(pskb_put); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 2244 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 2575 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
|
Completed in 45 milliseconds