Home
last modified time | relevance | path

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

/linux-6.1.9/include/net/
Dinet6_hashtables.h88 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet6_lookup_skb()
Dinet_hashtables.h439 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet_lookup_skb()
Dsock.h2819 skb_steal_sock(struct sk_buff *skb, bool *refcounted) in skb_steal_sock() function
/linux-6.1.9/net/ipv6/
Dudp.c985 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
/linux-6.1.9/net/ipv4/
Dudp.c2446 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()