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