Searched refs:pskb_extract (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/rds/ |
H A D | tcp_recv.c | 218 clone = pskb_extract(skb, offset, to_copy, arg->gfp); in rds_tcp_data_recv()
|
/kernel/linux/linux-6.6/net/rds/ |
H A D | tcp_recv.c | 219 clone = pskb_extract(skb, offset, to_copy, arg->gfp); in rds_tcp_data_recv()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | skbuff.c | 6182 struct sk_buff *pskb_extract(struct sk_buff *skb, int off, in pskb_extract() function 6197 EXPORT_SYMBOL(pskb_extract); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | skbuff.c | 6562 struct sk_buff *pskb_extract(struct sk_buff *skb, int off, in pskb_extract() function 6577 EXPORT_SYMBOL(pskb_extract); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | skbuff.h | 3601 struct sk_buff *pskb_extract(struct sk_buff *skb, int off, int to_copy,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | skbuff.h | 4009 struct sk_buff *pskb_extract(struct sk_buff *skb, int off, int to_copy,
|
Completed in 32 milliseconds