Searched refs:unix_sk (Results 1 – 11 of 11) sorted by relevance
27 struct unix_sock *unix_sk = ctx->unix_sk; in dump_unix() local28 struct sock *sk = (struct sock *)unix_sk; in dump_unix()32 if (!unix_sk) in dump_unix()41 unix_sk, in dump_unix()51 if (unix_sk->addr) { in dump_unix()52 if (!UNIX_ABSTRACT(unix_sk)) { in dump_unix()53 BPF_SEQ_PRINTF(seq, " %s", unix_sk->addr->name->sun_path); in dump_unix()61 len = unix_sk->addr->len - sizeof(short); in dump_unix()71 unix_sk->addr->name->sun_path[i] ?: in dump_unix()
16 struct unix_sock *unix_sk; in BPF_PROG() local22 unix_sk = (struct unix_sock *)bpf_skc_to_unix_sock(sock->sk); in BPF_PROG()23 if (!unix_sk) in BPF_PROG()26 if (!UNIX_ABSTRACT(unix_sk)) in BPF_PROG()29 len = unix_sk->addr->len - sizeof(short); in BPF_PROG()35 path[i] = unix_sk->addr->name->sun_path[i]; in BPF_PROG()
10 #define UNIX_ABSTRACT(unix_sk) (unix_sk->addr->hash < UNIX_HASH_SIZE) argument
110 struct unix_sock *unix_sk; member
295 struct unix_sock *u = unix_sk(s); in __unix_find_socket_byname()391 u = unix_sk(sk); in unix_dgram_peer_wake_connect()392 u_other = unix_sk(other); in unix_dgram_peer_wake_connect()412 u = unix_sk(sk); in unix_dgram_peer_wake_disconnect()413 u_other = unix_sk(other); in unix_dgram_peer_wake_disconnect()732 u = unix_sk(sock->sk); in unix_show_fdinfo()879 u = unix_sk(sk); in unix_create1()1450 newu = unix_sk(newsk); in unix_stream_connect()1452 otheru = unix_sk(other); in unix_stream_connect()2960 path = unix_sk(sk)->path; in unix_open_file()[all …]
55 struct unix_sock *u = unix_sk(s); in unix_inflight()76 struct unix_sock *u = unix_sk(s); in unix_notinflight()
17 struct unix_address *addr = smp_load_acquire(&unix_sk(sk)->addr); in sk_diag_dump_name()28 struct dentry *dentry = unix_sk(sk)->path.dentry; in sk_diag_dump_vfs()87 peer = unix_sk(req)->peer; in sk_diag_dump_icons()
111 struct unix_sock *u = unix_sk(sk); in scan_inflight()149 u = unix_sk(skb->sk); in scan_children()
19 struct unix_sock *u = unix_sk(sk); in unix_msg_wait_data()54 struct unix_sock *u = unix_sk(sk); in unix_bpf_recvmsg()
50 #define unix_state_lock(s) spin_lock(&unix_sk(s)->lock)51 #define unix_state_unlock(s) spin_unlock(&unix_sk(s)->lock)53 spin_lock_nested(&unix_sk(s)->lock, \78 static inline struct unix_sock *unix_sk(const struct sock *sk) in unix_sk() function
355 u = unix_sk(sk); in dump_common_audit_data()
Completed in 23 milliseconds