Home
last modified time | relevance | path

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

/Linux-v5.10/net/unix/
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()
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()
204 struct unix_sock *u; in unix_gc()
205 struct unix_sock *next; in unix_gc()
[all …]
Daf_unix.c286 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
361 struct unix_sock *u; in unix_dgram_peer_wake_relay()
364 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay()
380 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect()
402 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect()
494 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor()
521 struct unix_sock *u = unix_sk(sk); in unix_release_sock()
615 struct unix_sock *u = unix_sk(sk); in unix_listen()
672 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off()
687 struct unix_sock *u; in unix_show_fdinfo()
[all …]
Dscm.c55 struct unix_sock *u = unix_sk(s); in unix_inflight()
76 struct unix_sock *u = unix_sk(s); in unix_notinflight()
/Linux-v5.10/include/net/
Daf_unix.h57 struct unix_sock { struct
75 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument
77 return (struct unix_sock *)sk; in unix_sk()
/Linux-v5.10/security/
Dlsm_audit.c326 struct unix_sock *u; in dump_common_audit_data()