Home
last modified time | relevance | path

Searched refs:UNIXCB (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/unix/
Daf_unix.c144 UNIXCB(skb).secid = scm->secid; in unix_get_secdata()
149 scm->secid = UNIXCB(skb).secid; in unix_set_secdata()
154 return (scm->secid == UNIXCB(skb).secid); in unix_secdata_eq()
564 UNIXCB(skb).consumed = skb->len; in unix_release_sock()
1491 scm->fp = UNIXCB(skb).fp; in unix_detach_fds()
1492 UNIXCB(skb).fp = NULL; in unix_detach_fds()
1502 scm.pid = UNIXCB(skb).pid; in unix_destruct_scm()
1503 if (UNIXCB(skb).fp) in unix_destruct_scm()
1539 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds()
1540 if (!UNIXCB(skb).fp) in unix_attach_fds()
[all …]
Dgarbage.c169 if (UNIXCB(skb).fp) { in scan_inflight()
172 int nfd = UNIXCB(skb).fp->count; in scan_inflight()
173 struct file **fp = UNIXCB(skb).fp->fp; in scan_inflight()
/Linux-v4.19/include/net/
Daf_unix.h43 #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) macro