Searched refs:sock_queue_rcv_skb_reason (Results 1 – 9 of 9) sorted by relevance
/linux/net/can/ |
H A D | raw.c | 209 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) in raw_rcv()
|
H A D | bcm.c | 417 err = sock_queue_rcv_skb_reason(sk, skb, &reason); in bcm_send_to_user()
|
H A D | isotp.c | 289 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) in isotp_rcv_skb()
|
/linux/include/net/ |
H A D | sock.h | 2460 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, 2465 return sock_queue_rcv_skb_reason(sk, skb, NULL); in sock_queue_rcv_skb()
|
/linux/net/ipv4/ |
H A D | raw.c | 303 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in raw_rcv_skb()
|
H A D | ping.c | 948 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in __ping_queue_rcv_skb()
|
/linux/net/ipv6/ |
H A D | raw.c | 371 if (sock_queue_rcv_skb_reason(sk, skb, &reason) < 0) { in rawv6_rcv_skb()
|
/linux/net/can/j1939/ |
H A D | socket.c | 335 if (sock_queue_rcv_skb_reason(&jsk->sk, skb, &reason) < 0) in j1939_sk_recv_one()
|
/linux/net/core/ |
H A D | sock.c | 523 int sock_queue_rcv_skb_reason(struct sock *sk, struct sk_buff *skb, in sock_queue_rcv_skb_reason() function 550 EXPORT_SYMBOL(sock_queue_rcv_skb_reason);
|