Home
last modified time | relevance | path

Searched refs:sk_is_unix (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Dsock.c1568 if (sk_is_unix(sk)) in sk_setsockopt()
1575 if (sk_is_unix(sk)) in sk_setsockopt()
1883 if (!sk_is_unix(sk)) in sk_getsockopt()
1890 if (!sk_is_unix(sk)) in sk_getsockopt()
H A Dfilter.c12034 if (sk && sk_is_unix(sk)) in BPF_CALL_1()
/linux/include/net/
H A Dsock.h2941 static inline bool sk_is_unix(const struct sock *sk) in sk_is_unix() function
2948 return sk_is_unix(sk) && sk->sk_type == SOCK_STREAM; in sk_is_stream_unix()
/linux/kernel/bpf/
H A Dcgroup.c1683 if (!sk_is_inet(sk) && !sk_is_unix(sk)) in __cgroup_bpf_run_filter_sock_addr()