Home
last modified time | relevance | path

Searched refs:sk_is_udp (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/
H A Dsock.h2823 static inline bool sk_is_udp(const struct sock *sk) in sk_is_udp() function
/openbmc/linux/net/core/
H A Dsock.c4142 if (sk_is_udp(sk) && in sk_busy_loop_end()
H A Dfilter.c11442 if (unlikely(sk && sk_is_udp(sk) && sk->sk_state != TCP_CLOSE)) in BPF_CALL_3()