Home
last modified time | relevance | path

Searched refs:__sk_receive_skb (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/dccp/
H A Dipv4.c898 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, refcounted); in dccp_v4_rcv()
H A Dipv6.c789 return __sk_receive_skb(sk, skb, 1, dh->dccph_doff * 4, in dccp_v6_rcv()
/openbmc/linux/include/net/
H A Dsock.h2006 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, const int nested,
2011 return __sk_receive_skb(sk, skb, nested, 1, true); in sk_receive_skb()
/openbmc/linux/net/core/
H A Dsock.c549 int __sk_receive_skb(struct sock *sk, struct sk_buff *skb, in __sk_receive_skb() function
591 EXPORT_SYMBOL(__sk_receive_skb);