Home
last modified time | relevance | path

Searched refs:UNIXSID (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/
Daf_unix.h42 #define UNIXSID(skb) (&UNIXCB((skb)).secid) macro
/linux-4.1.27/net/unix/
Daf_unix.c143 memcpy(UNIXSID(skb), &scm->secid, sizeof(u32)); in unix_get_secdata()
148 scm->secid = *UNIXSID(skb); in unix_set_secdata()