NETLINK_CREDS     111 fs/ecryptfs/netlink.c 	pid = find_get_pid(NETLINK_CREDS(skb)->pid);
NETLINK_CREDS     112 fs/ecryptfs/netlink.c 	rc = ecryptfs_process_response(msg, NETLINK_CREDS(skb)->uid, NULL,
NETLINK_CREDS     135 fs/ecryptfs/netlink.c 	pid = find_get_pid(NETLINK_CREDS(skb)->pid);
NETLINK_CREDS     137 fs/ecryptfs/netlink.c 				   NETLINK_CREDS(skb)->uid, NULL, pid);
NETLINK_CREDS     158 fs/ecryptfs/netlink.c 	pid = find_get_pid(NETLINK_CREDS(skb)->pid);
NETLINK_CREDS     159 fs/ecryptfs/netlink.c 	rc = ecryptfs_process_quit(NETLINK_CREDS(skb)->uid, NULL, pid);
NETLINK_CREDS     683 kernel/audit.c 	pid  = NETLINK_CREDS(skb)->pid;
NETLINK_CREDS     684 kernel/audit.c 	uid  = NETLINK_CREDS(skb)->uid;
NETLINK_CREDS    1254 net/netlink/af_netlink.c 	memcpy(NETLINK_CREDS(skb), &siocb->scm->creds, sizeof(struct ucred));
NETLINK_CREDS    1333 net/netlink/af_netlink.c 	siocb->scm->creds = *NETLINK_CREDS(skb);