Searched refs:pskb_put (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/net/caif/ |
D | cfpkt_skbuff.c | 204 to = pskb_put(skb, lastskb, len); in cfpkt_add_body()
|
/linux-6.6.21/drivers/net/wireguard/ |
D | send.c | 209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
|
/linux-6.6.21/net/ipv4/ |
D | esp4.c | 525 pskb_put(skb, trailer, tailen); in esp_output_head()
|
/linux-6.6.21/net/ipv6/ |
D | esp6.c | 562 pskb_put(skb, trailer, tailen); in esp6_output_head()
|
/linux-6.6.21/net/tipc/ |
D | crypto.c | 770 pskb_put(skb, trailer, tailen); in tipc_aead_encrypt()
|
/linux-6.6.21/net/core/ |
D | skbuff.c | 2401 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len) in pskb_put() function 2409 EXPORT_SYMBOL_GPL(pskb_put);
|
/linux-6.6.21/include/linux/ |
D | skbuff.h | 2575 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
|