Home
last modified time | relevance | path

Searched refs:sk_is_udp (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsock_map.c548 static bool sk_is_udp(const struct sock *sk) in sk_is_udp() function
561 return sk_is_tcp(sk) || sk_is_udp(sk); in sock_map_sk_is_suitable()
568 else if (sk_is_udp(sk)) in sock_map_sk_state_allowed()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h2810 static inline bool sk_is_udp(const struct sock *sk) in sk_is_udp() function
/kernel/linux/linux-6.6/net/core/
H A Dsock.c4143 if (sk_is_udp(sk) && in sk_busy_loop_end()
H A Dfilter.c11385 if (unlikely(sk && sk_is_udp(sk) && sk->sk_state != TCP_CLOSE)) in BPF_CALL_3()

Completed in 25 milliseconds