Home
last modified time | relevance | path

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

/linux-4.4.14/net/unix/
Daf_unix.c143 UNIXCB(skb).secid = scm->secid; in unix_get_secdata()
148 scm->secid = UNIXCB(skb).secid; in unix_set_secdata()
153 return (scm->secid == UNIXCB(skb).secid); in unix_secdata_eq()
558 UNIXCB(skb).consumed = skb->len; in unix_release_sock()
1495 scm->fp = UNIXCB(skb).fp; in unix_detach_fds()
1496 UNIXCB(skb).fp = NULL; in unix_detach_fds()
1506 scm.pid = UNIXCB(skb).pid; in unix_destruct_scm()
1507 if (UNIXCB(skb).fp) in unix_destruct_scm()
1559 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds()
1560 if (!UNIXCB(skb).fp) in unix_attach_fds()
[all …]
Dgarbage.c168 if (UNIXCB(skb).fp) { in scan_inflight()
171 int nfd = UNIXCB(skb).fp->count; in scan_inflight()
172 struct file **fp = UNIXCB(skb).fp->fp; in scan_inflight()
/linux-4.4.14/include/net/
Daf_unix.h41 #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) macro