Searched refs:__sk_receive_skb (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 882 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
|
H A D | ipv6.c | 777 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, in dccp_v6_rcv()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 898 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
|
H A D | ipv6.c | 789 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, in dccp_v6_rcv()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | sock.h | 1858 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested, 1863 return __sk_receive_skb(sk, skb, nested, 1, true); in sk_receive_skb()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | sock.h | 1996 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested, 2001 return __sk_receive_skb(sk, skb, nested, 1, true); in sk_receive_skb()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 485 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, in __sk_receive_skb() function 527 EXPORT_SYMBOL(__sk_receive_skb); variable
|
/kernel/linux/linux-6.6/net/core/ |
H A D | sock.c | 548 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, in __sk_receive_skb() function 590 EXPORT_SYMBOL(__sk_receive_skb); variable
|
Completed in 24 milliseconds