Searched refs:unix_sock (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/net/unix/ |
H A 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() 209 struct unix_sock *u; in unix_gc() 210 struct unix_sock *next; in unix_gc() [all …]
|
H A D | af_unix.c | 369 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname() 439 struct unix_sock *u; in unix_dgram_peer_wake_relay() 442 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay() 458 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect() 480 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect() 572 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor() 597 struct unix_sock *u = unix_sk(sk); in unix_release_sock() 715 struct unix_sock *u = unix_sk(sk); in unix_listen() 773 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off() 788 struct unix_sock *u; in unix_count_nr_fds() [all …]
|
H A D | scm.c | 54 struct unix_sock *u = unix_sk(s); in unix_inflight() 77 struct unix_sock *u = unix_sk(s); in unix_notinflight()
|
H A 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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A 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()
|
H A 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()
|
H A D | bpf_iter_unix.c | 27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
|
H A D | bpf_iter.h | 116 struct unix_sock *unix_sk;
|
/openbmc/linux/include/net/ |
H A D | af_unix.h | 50 struct unix_sock { struct 71 #define unix_sk(ptr) container_of_const(ptr, struct unix_sock, sk) argument
|
/openbmc/linux/tools/include/linux/ |
H A D | btf_ids.h | 191 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
|
/openbmc/linux/include/linux/ |
H A D | btf_ids.h | 241 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock) \
|
/openbmc/linux/security/ |
H A D | lsm_audit.c | 313 const struct unix_sock *u; in dump_common_audit_data()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 11767 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()
|