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 D | ninet_hashtables.h | 88 sk = skb_steal_sock(skb, refcounted); in __ninet_lookup_skb()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet6_hashtables.h | 88 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet6_lookup_skb()
|
H A D | inet_hashtables.h | 373 struct sock *sk = skb_steal_sock(skb, refcounted); in __inet_lookup_skb()
|
H A D | sock.h | 2679 * 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 D | inet6_hashtables.h | 115 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet6_steal_sock()
|
H A D | inet_hashtables.h | 461 sk = skb_steal_sock(skb, refcounted, &prefetched); in inet_steal_sock()
|
H A D | sock.h | 2862 * 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 D | udp.c | 961 sk = skb_steal_sock(skb, &refcounted); in __udp6_lib_rcv()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 2403 sk = skb_steal_sock(skb, &refcounted); in __udp4_lib_rcv()
|
Completed in 18 milliseconds