Searched refs:sk_is_refcounted (Results 1 – 4 of 4) sorted by relevance
395 if (sk_is_refcounted(sk) && !refcount_inc_not_zero(&sk->sk_refcnt)) in sock_map_lookup()1219 if (sk_is_refcounted(sk) && !refcount_inc_not_zero(&sk->sk_refcnt)) in sock_hash_lookup()
7201 if (sk && sk_is_refcounted(sk)) in BPF_CALL_1()7742 if (sk_is_refcounted(sk) && in BPF_CALL_3()11531 if (sk_is_refcounted(selected_sk)) in BPF_CALL_4()11738 if (unlikely(sk && sk_is_refcounted(sk))) in BPF_CALL_3()
3010 sk_is_refcounted(struct sock *sk) in sk_is_refcounted() function
2794 DEBUG_NET_WARN_ON_ONCE(sk_is_refcounted(sk)); in udp_v4_early_demux()