Home
last modified time | relevance | path

Searched refs:lookupflags (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_pcb.c125 int error, lookupflags = 0; in in6_pcbbind() local
142 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbbind()
271 lport, lookupflags, cred); in in6_pcbbind()
295 lport, lookupflags, cred); in in6_pcbbind()
1130 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_group()
1151 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_group()
1210 fport, lookupflags, numa_domain); in in6_pcblookup_hash_locked()
1312 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_hash()
1356 laddr, lport, lookupflags, ifp)); in in6_pcblookup()
1360 lookupflags, ifp, M_NODOM)); in in6_pcblookup()
[all …]
H A Din6_pcb.h98 u_int lport_arg, int lookupflags, struct ifnet *ifp, uint8_t);
H A Din6_src.c941 int error, lookupflags = 0; in in6_pcbsetport() local
956 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbsetport()
960 error = in_pcb_lport(inp, NULL, &lport, cred, lookupflags); in in6_pcbsetport()
/f-stack/freebsd/netinet/
H A Din_pcb.c158 int lookupflags, struct ifnet *ifp,
816 lport, lookupflags, cred); in in_pcb_lport_dest()
831 struct ucred *cred, int lookupflags) in in_pcb_lport() argument
934 lookupflags = INPLOOKUP_WILDCARD; in in_pcbbind_setup()
1030 lport, lookupflags, cred); in in_pcbbind_setup()
2382 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2389 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2409 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2471 fport, lookupflags, numa_domain); in in_pcblookup_hash_locked()
2627 laddr, lport, lookupflags, ifp)); in in_pcblookup()
[all …]
H A Din_pcb.h836 struct ucred *cred, int lookupflags);
/f-stack/tools/compat/include/netinet6/
H A Din6_pcb.h98 u_int lport_arg, int lookupflags, struct ifnet *ifp, uint8_t);
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1120 int lookupflags; in check_uidgid()
1147 lookupflags = 0; in check_uidgid()
1150 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid()
1153 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid()
1157 lookupflags |= INPLOOKUP_RLOCKPCB; in check_uidgid()
1166 lookupflags, NULL, args->m); in check_uidgid()
1171 lookupflags, args->ifp, args->m); in check_uidgid()
1183 lookupflags, NULL, args->m); in check_uidgid()
1188 lookupflags, args->ifp, args->m); in check_uidgid()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h836 struct ucred *cred, int lookupflags);