Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dxt_owner.c31 if ((info->match & (XT_OWNER_UID|XT_OWNER_GID)) && in owner_check()
48 if (info->match & XT_OWNER_GID) { in owner_check()
84 (XT_OWNER_UID | XT_OWNER_GID)) == 0; in owner_mt()
98 if (info->match & XT_OWNER_GID) { in owner_mt()
120 if (match ^ !(info->invert & XT_OWNER_GID)) { in owner_mt()
/linux/include/uapi/linux/netfilter/
A Dxt_owner.h9 XT_OWNER_GID = 1 << 1, enumerator
15 XT_OWNER_GID | \

Completed in 8 milliseconds