Lines Matching defs:lookupflags
142 int lookupflags, uint8_t numa_domain);
750 struct sockaddr *fsa, u_short fport, struct ucred *cred, int lookupflags)
840 faddr, fport, laddr, lport, lookupflags,
847 faddr6, fport, laddr6, lport, lookupflags,
855 &inp->in6p_laddr, lport, lookupflags, cred);
860 laddr, lport, lookupflags, cred);
869 lport, lookupflags, cred);
884 struct ucred *cred, int lookupflags)
894 NULL, lportp, NULL, 0, cred, lookupflags));
904 const u_short lport, int sooptions, int lookupflags, struct ucred *cred)
976 lookupflags, cred);
1007 int lookupflags, sooptions;
1020 lookupflags = 0;
1023 lookupflags = INPLOOKUP_WILDCARD;
1046 lookupflags, cred);
1053 error = in_pcb_lport(inp, &laddr, &lport, cred, lookupflags);
2003 u_short lport, int lookupflags, struct ucred *cred)
2013 KASSERT((lookupflags & ~(INPLOOKUP_WILDCARD)) == 0,
2014 ("%s: invalid lookup flags %d", __func__, lookupflags));
2017 if ((lookupflags & INPLOOKUP_WILDCARD) == 0) {
2385 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags,
2391 KASSERT((lookupflags & ~INPLOOKUP_WILDCARD) == 0,
2392 ("%s: invalid lookup flags %d", __func__, lookupflags));
2403 if ((lookupflags & INPLOOKUP_WILDCARD) != 0) {
2417 u_int fport, struct in_addr laddr, u_int lport, int lookupflags,
2421 const inp_lookup_t lockflags = lookupflags & INPLOOKUP_LOCKMASK;
2423 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0,
2428 lookupflags & ~INPLOOKUP_LOCKMASK, numa_domain);
2444 u_int fport_arg, struct in_addr laddr, u_int lport_arg, int lookupflags,
2448 const inp_lookup_t lockflags = lookupflags & INPLOOKUP_LOCKMASK;
2451 KASSERT((lookupflags & ~INPLOOKUP_MASK) == 0,
2452 ("%s: invalid lookup flags %d", __func__, lookupflags));
2453 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0,
2475 lookupflags, numa_domain));
2478 if ((lookupflags & INPLOOKUP_WILDCARD) != 0) {
2495 lport, lookupflags, numa_domain));
2511 struct in_addr laddr, u_int lport, int lookupflags,
2515 lookupflags, M_NODOM));
2520 u_int fport, struct in_addr laddr, u_int lport, int lookupflags,
2524 lookupflags, m->m_pkthdr.numa_domain));