Home
last modified time | relevance | path

Searched refs:pskb_put (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/caif/
H A Dcfpkt_skbuff.c204 to = pskb_put(skb, lastskb, len); in cfpkt_add_body()
/kernel/linux/linux-6.6/net/caif/
H A Dcfpkt_skbuff.c204 to = pskb_put(skb, lastskb, len); in cfpkt_add_body()
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dsend.c209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
/kernel/linux/linux-6.6/drivers/net/wireguard/
H A Dsend.c209 pskb_put(skb, trailer, trailer_len); in encrypt_packet()
/kernel/linux/linux-5.10/net/ipv4/
H A Desp4.c528 pskb_put(skb, trailer, tailen); in esp_output_head()
/kernel/linux/linux-5.10/net/ipv6/
H A Desp6.c562 pskb_put(skb, trailer, tailen); in esp6_output_head()
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4.c525 pskb_put(skb, trailer, tailen); in esp_output_head()
/kernel/linux/linux-6.6/net/ipv6/
H A Desp6.c562 pskb_put(skb, trailer, tailen); in esp6_output_head()
/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c774 pskb_put(skb, trailer, tailen); in tipc_aead_encrypt()
/kernel/linux/linux-6.6/net/tipc/
H A Dcrypto.c770 pskb_put(skb, trailer, tailen); in tipc_aead_encrypt()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c1847 * 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 Dskbuff.c2389 * 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 Dskbuff.h2244 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h2575 void *pskb_put(struct sk_buff *skb, struct sk_buff *tail, int len);

Completed in 45 milliseconds