Home
last modified time | relevance | path

Searched refs:INPLOOKUP_WLOCKPCB (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/netinet6/
H A Din6_pcb.c1130 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_group()
1140 if (lookupflags & INPLOOKUP_WLOCKPCB) { in in6_pcblookup_group()
1151 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_group()
1293 (lookupflags & ~(INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)), ifp, in in6_pcblookup_hash()
1296 if (lookupflags & INPLOOKUP_WLOCKPCB) { in in6_pcblookup_hash()
1312 if (lookupflags & INPLOOKUP_WLOCKPCB) in in6_pcblookup_hash()
1338 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in6_pcblookup()
1374 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in6_pcblookup_mbuf()
/f-stack/freebsd/netinet/
H A Dtoecore.c384 INPLOOKUP_WLOCKPCB, ifp); in toe_4tuple_check()
387 inc->inc_laddr, inc->inc_lport, INPLOOKUP_WLOCKPCB, ifp); in toe_4tuple_check()
H A Din_pcb.c2382 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2389 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2398 if (lookupflags & INPLOOKUP_WLOCKPCB) { in in_pcblookup_group()
2409 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_group()
2563 (lookupflags & ~(INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)), ifp, in in_pcblookup_hash()
2566 if (lookupflags & INPLOOKUP_WLOCKPCB) { in in_pcblookup_hash()
2582 if (lookupflags & INPLOOKUP_WLOCKPCB) in in_pcblookup_hash()
2609 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in_pcblookup()
2645 KASSERT((lookupflags & (INPLOOKUP_RLOCKPCB | INPLOOKUP_WLOCKPCB)) != 0, in in_pcblookup_mbuf()
H A Din_pcb.h763 #define INPLOOKUP_WLOCKPCB 0x00000004 /* Return inpcb write-locked. */ macro
766 INPLOOKUP_WLOCKPCB)
H A Dtcp_subr.c2499 th->th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp_ctlinput()
2641 &ip6->ip6_src, t_ports.th_sport, INPLOOKUP_WLOCKPCB, NULL); in tcp6_ctlinput()
3140 INPLOOKUP_WLOCKPCB, NULL); in sysctl_drop()
3146 lin->sin_addr, lin->sin_port, INPLOOKUP_WLOCKPCB, NULL); in sysctl_drop()
3256 INPLOOKUP_WLOCKPCB, NULL); in sysctl_switch_tls()
3262 lin->sin_addr, lin->sin_port, INPLOOKUP_WLOCKPCB, NULL); in sysctl_switch_tls()
H A Dtcp_input.c843 INPLOOKUP_WLOCKPCB, m->m_pkthdr.rcvif, m); in tcp_input()
854 INPLOOKUP_WLOCKPCB, m->m_pkthdr.rcvif); in tcp_input()
859 INPLOOKUP_WILDCARD | INPLOOKUP_WLOCKPCB, in tcp_input()
876 ip->ip_dst, th->th_dport, INPLOOKUP_WLOCKPCB, in tcp_input()
888 INPLOOKUP_WLOCKPCB, m->m_pkthdr.rcvif); in tcp_input()
893 INPLOOKUP_WILDCARD | INPLOOKUP_WLOCKPCB, in tcp_input()
H A Dtcp_lro.c893 INPLOOKUP_WLOCKPCB, in tcp_lro_flush()
901 INPLOOKUP_WLOCKPCB, in tcp_lro_flush()
H A Dudp_usrreq.c811 ip->ip_src, uh->uh_sport, INPLOOKUP_WLOCKPCB, NULL); in udp_common_ctlinput()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h763 #define INPLOOKUP_WLOCKPCB 0x00000004 /* Return inpcb write-locked. */ macro
766 INPLOOKUP_WLOCKPCB)