Searched refs:lookupflags (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | in6_pcb.c | 125 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 D | in6_pcb.h | 98 u_int lport_arg, int lookupflags, struct ifnet *ifp, uint8_t);
|
| H A D | in6_src.c | 941 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 D | in_pcb.c | 158 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 D | in_pcb.h | 836 struct ucred *cred, int lookupflags);
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_pcb.h | 98 u_int lport_arg, int lookupflags, struct ifnet *ifp, uint8_t);
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw2.c | 1120 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 D | in_pcb.h | 836 struct ucred *cred, int lookupflags);
|