Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/netfilter/
Dnf_queue.c195 if (!sk_is_refcounted(sk)) { in __nf_queue()
/kernel/linux/linux-5.10/net/core/
Dsock_map.c401 if (sk_is_refcounted(sk) && !refcount_inc_not_zero(&sk->sk_refcnt)) in sock_map_lookup()
1249 if (sk_is_refcounted(sk) && !refcount_inc_not_zero(&sk->sk_refcnt)) in sock_hash_lookup()
Dfilter.c6125 if (sk && sk_is_refcounted(sk)) in BPF_CALL_1()
6664 if (sk_is_refcounted(sk) && in BPF_CALL_3()
9974 if (sk_is_refcounted(selected_sk)) in BPF_CALL_4()
10185 if (unlikely(sk && sk_is_refcounted(sk))) in BPF_CALL_3()
Dsock.c2161 if (sk_is_refcounted(skb->sk)) in sock_pfree()
/kernel/linux/linux-5.10/include/net/
Dsock.h2625 sk_is_refcounted(struct sock *sk) in sk_is_refcounted() function
2644 *refcounted = sk_is_refcounted(sk); in skb_steal_sock()