Searched refs:unix_sock (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/net/unix/ |
D | garbage.c | 91 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() 133 static void scan_children(struct sock *x, void (*func)(struct unix_sock *), in scan_children() argument 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() 207 struct unix_sock *u; in unix_gc() 208 struct unix_sock *next; in unix_gc() [all …]
|
D | af_unix.c | 340 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 413 struct unix_sock *u; in unix_dgram_peer_wake_relay() 416 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 432 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 454 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 547 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 578 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 695 struct unix_sock *u = unix_sk(sk); in unix_listen() 756 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 771 struct unix_sock *u; in unix_show_fdinfo() [all …]
|
D | scm.c | 55 struct unix_sock *u = unix_sk(s); in unix_inflight() 77 struct unix_sock *u = unix_sk(s); in unix_notinflight()
|
D | unix_bpf.c | 19 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-5.19.10/include/net/ |
D | af_unix.h | 56 struct unix_sock { struct 77 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument 79 return (struct unix_sock *)sk; in unix_sk()
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
D | test_skc_to_unix_sock.c | 16 struct unix_sock *unix_sk; in BPF_PROG() 22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()
|
D | bpf_iter_setsockopt_unix.c | 16 static inline int cmpname(struct unix_sock *unix_sk) in cmpname() 31 struct unix_sock *unix_sk = ctx->unix_sk; in change_sndbuf()
|
D | bpf_iter_unix.c | 27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
|
D | bpf_iter.h | 112 struct unix_sock *unix_sk;
|
/linux-5.19.10/include/linux/ |
D | btf_ids.h | 181 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
|
/linux-5.19.10/security/ |
D | lsm_audit.c | 324 struct unix_sock *u; in dump_common_audit_data()
|
/linux-5.19.10/net/core/ |
D | filter.c | 11293 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()
|