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