Home
last modified time | relevance | path

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

/Linux-v5.4/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 …]
Dscm.c54 struct unix_sock *u = unix_sk(s); in unix_inflight()
75 struct unix_sock *u = unix_sk(s); in unix_notinflight()
Daf_unix.c280 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()
357 struct unix_sock *u; in unix_dgram_peer_wake_relay()
360 u = container_of(q, struct unix_sock, peer_wake); in unix_dgram_peer_wake_relay()
376 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_connect()
398 struct unix_sock *u, *u_other; in unix_dgram_peer_wake_disconnect()
490 struct unix_sock *u = unix_sk(sk); in unix_sock_destructor()
517 struct unix_sock *u = unix_sk(sk); in unix_release_sock()
611 struct unix_sock *u = unix_sk(sk); in unix_listen()
667 struct unix_sock *u = unix_sk(sk); in unix_set_peek_off()
749 .obj_size = sizeof(struct unix_sock),
[all …]
/Linux-v5.4/include/net/
Daf_unix.h53 struct unix_sock { struct
70 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() argument
72 return (struct unix_sock *)sk; in unix_sk()
/Linux-v5.4/security/
Dlsm_audit.c320 struct unix_sock *u; in dump_common_audit_data()