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

/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw2.c1094 * so we cache the results. ugid_lookupp is 0 if we have not
1102 check_uidgid(ipfw_insn_u32 *insn, struct ip_fw_args *args, int *ugid_lookupp, argument
1112 (struct bsd_ucred *)uc, ugid_lookupp, ((struct mbuf *)inp)->m_skb);
1129 if (inp && *ugid_lookupp == 0) {
1133 *ugid_lookupp = 1;
1135 *ugid_lookupp = -1;
1142 if (*ugid_lookupp == -1)
1157 if (*ugid_lookupp == 0) {
1171 *ugid_lookupp = -1;
1191 *ugid_lookupp
[all...]

Completed in 22 milliseconds