Searched refs:sock_queue_rcv_skb_reason (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | sock.h | 2496 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, 2501 return sock_queue_rcv_skb_reason(sk, skb, NULL); in sock_queue_rcv_skb()
|
/openbmc/linux/net/ipv4/ |
H A D | raw.c | 296 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in raw_rcv_skb()
|
H A D | ping.c | 949 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in __ping_queue_rcv_skb()
|
/openbmc/linux/net/ipv6/ |
H A D | raw.c | 364 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in rawv6_rcv_skb()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 519 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, in sock_queue_rcv_skb_reason() function 547 EXPORT_SYMBOL(sock_queue_rcv_skb_reason);
|