Home
last modified time | relevance | path

Searched refs:tcb6table (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_subr.c163 in_pcbinit(&tcb6table, TCB_INITIAL_HASH_SIZE); in tcp_init()
675 inp = in6_pcblookup(&tcb6table, &sa6->sin6_addr, in tcp6_ctlinput()
703 in6_pcbnotify(&tcb6table, sa6, 0, in tcp6_ctlinput()
845 in6_pcbnotify(&tcb6table, sin6, 0, in tcp6_mtudisc_callback()
H A Dtcp_usrreq.c175 struct inpcbtable tcb6table; variable
476 table = &tcb6table; in tcp_attach()
1158 inp = in6_pcblookup(&tcb6table, &f6, in tcp_ident()
1185 inp = in6_pcblookup_listen(&tcb6table, in tcp_ident()
H A Dtcp_var.h679 extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
H A Dtcp_input.c539 inp = in6_pcblookup(&tcb6table, &ip6->ip6_src, in tcp_input()
556 inp = in6_pcblookup_listen(&tcb6table, &ip6->ip6_dst, in tcp_input()
/openbsd/sys/kern/
H A Dkern_sysctl.c1680 mtx_enter(&tcb6table.inpt_mtx); in sysctl_file()
1681 TAILQ_FOREACH(inp, &tcb6table.inpt_queue, inp_queue) in sysctl_file()
1683 mtx_leave(&tcb6table.inpt_mtx); in sysctl_file()
/openbsd/sys/net/
H A Dpf.c3847 table = &tcb6table; in pf_socket_lookup()