Searched refs:UNIXCB (Results 1 – 3 of 3) sorted by relevance
1463 scm->fp = UNIXCB(skb).fp; in unix_detach_fds()1464 UNIXCB(skb).fp = NULL; in unix_detach_fds()1474 scm.pid = UNIXCB(skb).pid; in unix_destruct_scm()1475 if (UNIXCB(skb).fp) in unix_destruct_scm()1527 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds()1528 if (!UNIXCB(skb).fp) in unix_attach_fds()1540 UNIXCB(skb).pid = get_pid(scm->pid); in unix_scm_to_skb()1541 UNIXCB(skb).uid = scm->creds.uid; in unix_scm_to_skb()1542 UNIXCB(skb).gid = scm->creds.gid; in unix_scm_to_skb()1543 UNIXCB(skb).fp = NULL; in unix_scm_to_skb()[all …]
168 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()
41 #define UNIXCB(skb) (*(struct unix_skb_parms *)&((skb)->cb)) macro42 #define UNIXSID(skb) (&UNIXCB((skb)).secid)