Home
last modified time | relevance | path

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

/linux/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()
204 struct unix_sock *u; in unix_gc()
205 struct unix_sock *next; in unix_gc()
263 u = list_entry(cursor.next, struct unix_sock, link); in unix_gc()
[all …]
A Daf_unix.c295 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
369 struct unix_sock *u; in unix_dgram_peer_wake_relay()
388 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect()
410 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect()
503 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor()
536 struct unix_sock *u = unix_sk(sk); in unix_release_sock()
653 struct unix_sock *u = unix_sk(sk); in unix_listen()
714 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off()
729 struct unix_sock *u; in unix_show_fdinfo()
853 struct unix_sock *u; in unix_create1()
[all …]
A Dscm.c55 struct unix_sock *u = unix_sk(s); in unix_inflight()
76 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()
54 struct unix_sock *u = unix_sk(sk); in unix_bpf_recvmsg()
/linux/include/net/
A Daf_unix.h57 struct unix_sock { struct
78 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument
80 return (struct unix_sock *)sk; in unix_sk()
/linux/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_unix.c27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix()
A Dbpf_iter.h110 struct unix_sock *unix_sk;
/linux/include/linux/
A Dbtf_ids.h180 BTF_SOCK_TYPE(BTF_SOCK_TYPE_UNIX, unix_sock)
/linux/security/
A Dlsm_audit.c324 struct unix_sock *u; in dump_common_audit_data()
/linux/net/core/
A Dfilter.c10783 BTF_TYPE_EMIT(struct unix_sock); in BPF_CALL_1()

Completed in 50 milliseconds