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

/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1093 * so we cache the results. ugid_lookupp is 0 if we have not
1101 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp, argument
1111 (struct bsd_ucred *)uc, ugid_lookupp, ((struct mbuf *)inp)->m_skb);
1130 if (inp && *ugid_lookupp == 0) {
1134 *ugid_lookupp = 1;
1136 *ugid_lookupp = -1;
1143 if (*ugid_lookupp == -1)
1158 if (*ugid_lookupp == 0) {
1172 *ugid_lookupp = -1;
1192 *ugid_lookupp
[all...]

Completed in 79 milliseconds