Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dinet6_hashtables.h88 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet6_lookup_skb()
H A Dinet_hashtables.h373 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet_lookup_skb()
H A Dsock.h2645 skb_steal_sock(struct sk_buff *skb, bool *refcounted) in skb_steal_sock() function
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudp.c939 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp.c2384 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()