Searched refs:sk_is_udp (Results 1 – 6 of 6) sorted by relevance
334 else if (sk_is_udp(sock->sk)) in hook_socket_connect() 352 else if (sk_is_udp(sock->sk)) in hook_socket_sendmsg() 364 if (ret == 0 && sk_is_udp(sock->sk) && in hook_socket_sendmsg() 388 if (sk_is_udp(sock->sk))
545 if (sk_is_udp(sk)) in sock_map_sk_state_allowed()
4489 if (sk_is_udp(sk) && in sk_busy_loop_end()
11988 if (unlikely(sk && sk_is_udp(sk) && sk->sk_state != TCP_CLOSE)) in BPF_CALL_3()
1435 if (sk_is_udp(sk)) in ip6_setup_cork()
2974 static inline bool sk_is_udp(const struct sock *sk) in sk_is_udp() function