Home
last modified time | relevance | path

Searched refs:sk_is_inet (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/psp/
H A Dfunctions.h133 if (!sk_is_inet(sk) || state == TCP_NEW_SYN_RECV) in psp_sk_get_assoc_rcu()
/linux/include/net/
H A Dsock.h2960 static inline bool sk_is_inet(const struct sock *sk) in sk_is_inet() function
2969 return sk_is_inet(sk) && in sk_is_tcp()
2976 return sk_is_inet(sk) && in sk_is_udp()
/linux/net/core/
H A Dsock.c1325 if (valbool && !sk_is_inet(sk)) in sk_setsockopt()
2677 (sk_is_inet(sk) && inet_csk_has_ulp(sk)); /* for tls */ in sk_has_decrypt_user()
H A Ddev.c4023 else if (sk_is_inet(sk) && sk->sk_state == TCP_TIME_WAIT) in sk_validate_xmit_skb()
/linux/security/apparmor/
H A Dlsm.c1478 (sk_is_inet(sock->sk) && sock->sk->sk_type == SOCK_STREAM && in apparmor_socket_sendmsg()
/linux/kernel/bpf/
H A Dcgroup.c1746 if (!sk_is_inet(sk) && !sk_is_unix(sk)) in __cgroup_bpf_run_filter_sock_addr()
/linux/security/selinux/
H A Dhooks.c5401 (sk_is_inet(sock->sk) && sock->sk->sk_type == SOCK_STREAM && in selinux_socket_sendmsg()