Home
last modified time | relevance | path

Searched refs:sock_queue_rcv_skb_reason (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/net/ipv4/
H A Draw.c303 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in raw_rcv_skb()
H A Dping.c948 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in __ping_queue_rcv_skb()
/linux-6.15/include/net/
H A Dsock.h2428 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb,
2433 return sock_queue_rcv_skb_reason(sk, skb, NULL); in sock_queue_rcv_skb()
/linux-6.15/net/ipv6/
H A Draw.c371 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in rawv6_rcv_skb()
/linux-6.15/net/core/
H A Dsock.c521 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, in sock_queue_rcv_skb_reason() function
549 EXPORT_SYMBOL(sock_queue_rcv_skb_reason);