Searched refs:gid_lte (Results 1 - 4 of 4) sorted by path

/linux-master/include/linux/
H A Duidgid.h98 static inline bool gid_lte(kgid_t left, kgid_t right) function
/linux-master/kernel/
H A Dauditfilter.c1261 return gid_lte(left, right);
/linux-master/net/ipv4/
H A Dping.c265 if (gid_lte(low, group) && gid_lte(group, high))
272 if (gid_lte(low, gid) && gid_lte(gid, high))
/linux-master/net/netfilter/
H A Dxt_owner.c105 gid_lte(filp->f_cred->fsgid, gid_max))
113 gid_lte(group, gid_max)) {

Completed in 376 milliseconds