Searched refs:tcb6table (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_subr.c | 163 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 D | tcp_usrreq.c | 186 struct inpcbtable tcb6table; variable 493 table = &tcb6table; in tcp_attach() 1202 inp = in6_pcblookup(&tcb6table, &f6, in tcp_ident() 1238 inp = in6_pcblookup_listen(&tcb6table, in tcp_ident()
|
H A D | tcp_var.h | 679 extern struct inpcbtable tcbtable, tcb6table; /* queue of active tcpcb's */
|
H A D | tcp_input.c | 545 inp = in6_pcblookup(&tcb6table, &ip6->ip6_src, in tcp_input() 562 inp = in6_pcblookup_listen(&tcb6table, &ip6->ip6_dst, in tcp_input()
|
/openbsd/sys/kern/ |
H A D | kern_sysctl.c | 1731 FILLINPTABLE(&tcb6table); in sysctl_file()
|
/openbsd/sys/net/ |
H A D | pf.c | 3847 table = &tcb6table; in pf_socket_lookup()
|