Home
last modified time | relevance | path

Searched refs:unix_sock (Results 1 – 13 of 13) sorted by relevance

/linux-6.3-rc2/net/unix/
A Dgarbage.c91 static void scan_inflight(struct sock *x, void (*func)(struct unix_sock *), in scan_inflight() argument
111 struct unix_sock *u = unix_sk(sk); in scan_inflight()
141 struct unix_sock *u; in scan_children()
160 u = list_entry(embryos.next, struct unix_sock, link); in scan_children()
167 static void dec_inflight(struct unix_sock *usk) in dec_inflight()
172 static void inc_inflight(struct unix_sock *usk) in inc_inflight()
177 static void inc_inflight_move_tail(struct unix_sock *u) in inc_inflight_move_tail()
208 struct unix_sock *u; in unix_gc()
209 struct unix_sock *next; in unix_gc()
269 u = list_entry(cursor.next, struct unix_sock, link); in unix_gc()
[all …]
A Daf_unix.c365 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
435 struct unix_sock *u; in unix_dgram_peer_wake_relay()
454 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect()
476 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect()
569 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor()
594 struct unix_sock *u = unix_sk(sk); in unix_release_sock()
719 struct unix_sock *u = unix_sk(sk); in unix_listen()
778 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off()
793 struct unix_sock *u; in unix_count_nr_fds()
812 struct unix_sock *u; in unix_show_fdinfo()
[all …]
A Dscm.c55 struct unix_sock *u = unix_sk(s); in unix_inflight()
77 struct unix_sock *u = unix_sk(s); in unix_notinflight()
A Dunix_bpf.c19 struct unix_sock *u = unix_sk(sk); in unix_msg_wait_data()
53 struct unix_sock *u = unix_sk(sk); in unix_bpf_recvmsg()
/linux-6.3-rc2/include/net/
A Daf_unix.h55 struct unix_sock { struct
76 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument
78 return (struct unix_sock *)sk; in unix_sk()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_skc_to_unix_sock.c16 struct unix_sock *unix_sk; in BPF_PROG()
22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()
A Dbpf_iter_setsockopt_unix.c16 static inline int cmpname(struct unix_sock *unix_sk) in cmpname()
31 struct unix_sock *unix_sk = ctx->unix_sk; in change_sndbuf()
A Dbpf_iter_unix.c27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
A Dbpf_iter.h116 struct unix_sock *unix_sk;
/linux-6.3-rc2/tools/include/linux/
A Dbtf_ids.h180 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-6.3-rc2/include/linux/
A Dbtf_ids.h241 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
/linux-6.3-rc2/security/
A Dlsm_audit.c313 struct unix_sock *u; in dump_common_audit_data()
/linux-6.3-rc2/net/core/
A Dfilter.c11539 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()

Completed in 37 milliseconds