/freebsd/sys/netinet6/ |
H A D | in6_pcb.c | 130 int error, lookupflags = 0; in in6_pcbsetport() local 145 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbsetport() 149 error = in_pcb_lport(inp, NULL, &lport, cred, lookupflags); in in6_pcbsetport() 168 int sooptions, int lookupflags, struct ucred *cred) in in6_pcbbind_avail() argument 278 fib, lookupflags, cred); in in6_pcbbind_avail() 289 lport, RT_ALL_FIBS, lookupflags, cred); in in6_pcbbind_avail() 308 int error, fib, lookupflags, sooptions; in in6_pcbbind() local 316 lookupflags = 0; in in6_pcbbind() 319 lookupflags = INPLOOKUP_WILDCARD; in in6_pcbbind() 341 error = in6_pcbbind_avail(inp, sin6, fib, sooptions, lookupflags, in in6_pcbbind() [all …]
|
H A D | in6_pcb.h | 82 int lookupflags, uint8_t numa_domain, int fib);
|
H A D | udp6_usrreq.c | 360 int lookupflags; in udp6_input() local 458 lookupflags = INPLOOKUP_RLOCKPCB | in udp6_input() 476 lookupflags, m->m_pkthdr.rcvif, m); in udp6_input() 486 uh->uh_dport, INPLOOKUP_WILDCARD | lookupflags, in udp6_input() 495 INPLOOKUP_WILDCARD | lookupflags, in udp6_input()
|
/freebsd/sys/netinet/ |
H A D | in_pcb.c | 142 int lookupflags, uint8_t numa_domain, int fib); 758 int lookupflags) in in_pcb_lport_dest() argument 847 faddr, fport, laddr, lport, lookupflags, in in_pcb_lport_dest() 854 faddr6, fport, laddr6, lport, lookupflags, in in_pcb_lport_dest() 863 lookupflags, cred); in in_pcb_lport_dest() 869 lookupflags, cred); in in_pcb_lport_dest() 878 lport, RT_ALL_FIBS, lookupflags, cred); in in_pcb_lport_dest() 893 struct ucred *cred, int lookupflags) in in_pcb_lport() argument 903 NULL, lportp, NULL, 0, cred, lookupflags)); in in_pcb_lport() 913 const u_short lport, const int fib, int sooptions, int lookupflags, in in_pcbbind_avail() argument [all …]
|
H A D | in_pcb_var.h | 55 struct ucred *cred, int lookupflags);
|
H A D | udp_usrreq.c | 471 int cscov_partial, iphlen, lookupflags; in udp_input() local 594 lookupflags = INPLOOKUP_RLOCKPCB | in udp_input() 611 ip->ip_dst, uh->uh_dport, lookupflags, ifp, m); in udp_input() 621 uh->uh_dport, INPLOOKUP_WILDCARD | lookupflags, in udp_input() 630 lookupflags, ifp, m); in udp_input()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 1121 int lookupflags; in check_uidgid() 1148 lookupflags = 0; in check_uidgid() 1151 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid() 1154 lookupflags = INPLOOKUP_WILDCARD; in check_uidgid() 1158 lookupflags |= INPLOOKUP_RLOCKPCB; in check_uidgid() 1167 lookupflags, NULL, args->m); in check_uidgid() 1172 lookupflags, args->ifp, args->m); in check_uidgid() 1184 lookupflags, NULL, args->m); in check_uidgid() 1189 lookupflags, args->ifp, args->m); in check_uidgid()
|