Searched refs:SOCK_PASSCRED (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dscm.h92 if (test_bit(SOCK_PASSCRED, &sock->flags) || scm->fp)
98 if (test_bit(SOCK_PASSCRED, &sock->flags))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dnet.h64 #define SOCK_PASSCRED 3 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dsock.c532 set_bit(SOCK_PASSCRED, &sock->flags);
534 clear_bit(SOCK_PASSCRED, &sock->flags);
778 v.val = test_bit(SOCK_PASSCRED, &sock->flags) ? 1 : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/unix/
H A Daf_unix.c891 if (test_bit(SOCK_PASSCRED, &sock->flags) &&
990 if (test_bit(SOCK_PASSCRED, &sock->flags)
1327 if (test_bit(SOCK_PASSCRED, &sock->flags)

Completed in 156 milliseconds