Home
last modified time | relevance | path

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

/linux/security/landlock/
H A Dnet.c334 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))
/linux/net/core/
H A Dsock_map.c545 if (sk_is_udp(sk)) in sock_map_sk_state_allowed()
H A Dsock.c4489 if (sk_is_udp(sk) && in sk_busy_loop_end()
H A Dfilter.c11988 if (unlikely(sk && sk_is_udp(sk) && sk->sk_state != TCP_CLOSE)) in BPF_CALL_3()
/linux/net/ipv6/
H A Dip6_output.c1435 if (sk_is_udp(sk)) in ip6_setup_cork()
/linux/include/net/
H A Dsock.h2974 static inline bool sk_is_udp(const struct sock *sk) in sk_is_udp() function