Searched refs:sk_is_udp (Results 1 – 3 of 3) sorted by relevance
2823 static inline bool sk_is_udp(const struct sock *sk) in sk_is_udp() function
4142 if (sk_is_udp(sk) && in sk_busy_loop_end()
11442 if (unlikely(sk && sk_is_udp(sk) && sk->sk_state != TCP_CLOSE)) in BPF_CALL_3()