Home
last modified time | relevance | path

Searched refs:skb_steal_sock (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dninet_hashtables.h88 sk = skb_steal_sock(skb, refcounted); in __ninet_lookup_skb()
/kernel/linux/linux-5.10/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.h2679 * skb_steal_sock - steal a socket from an sk_buff
2684 skb_steal_sock(struct sk_buff *skb, bool *refcounted) in skb_steal_sock() function
/kernel/linux/linux-6.6/include/net/
H A Dinet6_hashtables.h115 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet6_steal_sock()
H A Dinet_hashtables.h461 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet_steal_sock()
H A Dsock.h2862 * skb_steal_sock - steal a socket from an sk_buff
2868 skb_steal_sock(struct sk_buff *skb, bool *refcounted, bool *prefetched) in skb_steal_sock() function
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c961 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
/kernel/linux/linux-5.10/net/ipv4/
H A Dudp.c2403 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()

Completed in 18 milliseconds