Home
last modified time | relevance | path

Searched refs:V_tcbinfo (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_subr.c1048 INP_INFO_WLOCK(&V_tcbinfo); in deregister_tcp_functions()
1063 INP_INFO_WUNLOCK(&V_tcbinfo); in deregister_tcp_functions()
1259 INP_LIST_RLOCK(&V_tcbinfo); in tcp_destroy()
1260 n = V_tcbinfo.ipi_count; in tcp_destroy()
1261 INP_LIST_RUNLOCK(&V_tcbinfo); in tcp_destroy()
1269 in_pcbinfo_destroy(&V_tcbinfo); in tcp_destroy()
1842 INP_INFO_WLOCK(&V_tcbinfo); in tcp_ccalgounload()
1880 INP_INFO_WUNLOCK(&V_tcbinfo); in tcp_ccalgounload()
2163 INP_INFO_WLOCK(&V_tcbinfo); in tcp_drain()
2186 INP_INFO_WUNLOCK(&V_tcbinfo); in tcp_drain()
[all …]
H A Dtcp_usrreq.c384 INP_HASH_WLOCK(&V_tcbinfo); in tcp_usr_bind()
386 INP_HASH_WUNLOCK(&V_tcbinfo); in tcp_usr_bind()
428 INP_HASH_WLOCK(&V_tcbinfo); in tcp6_usr_bind()
454 INP_HASH_WUNLOCK(&V_tcbinfo); in tcp6_usr_bind()
488 INP_HASH_WLOCK(&V_tcbinfo); in tcp_usr_listen()
491 INP_HASH_WUNLOCK(&V_tcbinfo); in tcp_usr_listen()
535 INP_HASH_WLOCK(&V_tcbinfo); in tcp6_usr_listen()
542 INP_HASH_WUNLOCK(&V_tcbinfo); in tcp6_usr_listen()
1600 INP_HASH_WLOCK(&V_tcbinfo); in tcp_connect()
1683 INP_HASH_WUNLOCK(&V_tcbinfo); in tcp_connect()
[all …]
H A Dtoecore.c212 KASSERT(inp->inp_pcbinfo == &V_tcbinfo, in toe_listen_start()
382 inp = in6_pcblookup(&V_tcbinfo, &inc->inc6_faddr, in toe_4tuple_check()
386 inp = in_pcblookup(&V_tcbinfo, inc->inc_faddr, inc->inc_fport, in toe_4tuple_check()
H A Dsiftr.c713 INP_INFO_WUNLOCK_ASSERT(&V_tcbinfo); in siftr_findinpcb()
717 in_pcblookup(&V_tcbinfo, ip->ip_src, sport, ip->ip_dst, in siftr_findinpcb()
721 in6_pcblookup(&V_tcbinfo, in siftr_findinpcb()
732 in_pcblookup(&V_tcbinfo, ip->ip_dst, dport, ip->ip_src, in siftr_findinpcb()
736 in6_pcblookup(&V_tcbinfo, in siftr_findinpcb()
H A Dtcp_input.c841 inp = in6_pcblookup_mbuf(&V_tcbinfo, in tcp_input()
850 inp = in6_pcblookup(&V_tcbinfo, &ip6->ip6_src, in tcp_input()
857 inp = in6_pcblookup_mbuf(&V_tcbinfo, &ip6->ip6_src, in tcp_input()
875 inp = in_pcblookup_mbuf(&V_tcbinfo, ip->ip_src, th->th_sport, in tcp_input()
884 inp = in_pcblookup(&V_tcbinfo, ip->ip_src, in tcp_input()
891 inp = in_pcblookup_mbuf(&V_tcbinfo, ip->ip_src, in tcp_input()
1351 INP_INFO_WUNLOCK_ASSERT(&V_tcbinfo); in tcp_input()
1404 INP_INFO_WUNLOCK_ASSERT(&V_tcbinfo); in tcp_input()
H A Dtcp_syncache.c892 INP_HASH_WLOCK(&V_tcbinfo); in syncache_socket()
966 INP_HASH_WUNLOCK(&V_tcbinfo); in syncache_socket()
1006 INP_HASH_WUNLOCK(&V_tcbinfo); in syncache_socket()
1016 INP_HASH_WUNLOCK(&V_tcbinfo); in syncache_socket()
H A Dtcp_lro.c891 inp = in6_pcblookup(&V_tcbinfo, &le->source_ip6, in tcp_lro_flush()
899 inp = in_pcblookup(&V_tcbinfo, le->le_ip4->ip_src, in tcp_lro_flush()
H A Din_pcb.c2989 INP_INFO_WLOCK(&V_tcbinfo); in inp_apply_all()
2990 CK_LIST_FOREACH(inp, V_tcbinfo.ipi_listhead, inp_list) { in inp_apply_all()
2995 INP_INFO_WUNLOCK(&V_tcbinfo); in inp_apply_all()
H A Dtcp_var.h877 #define V_tcbinfo VNET(tcbinfo) macro
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h877 #define V_tcbinfo VNET(tcbinfo) macro
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c1148 pi = &V_tcbinfo; in check_uidgid()
2630 pi = &V_tcbinfo; in ipfw_chk()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c3113 pi = &V_tcbinfo; in pf_socket_lookup()