Searched refs:tcbtable (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | tcp_subr.c | 157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */ variable 373 inpcb_init(&tcbtable, tcbhashsize, tcbhashsize); in do_tcpinit() 1221 TAILQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) { in tcp_drain() 1338 if (in6pcb_lookup(&tcbtable, &sa6->sin6_addr, in tcp6_ctlinput() 1360 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport, in tcp6_ctlinput() 1369 (void) in6pcb_notify(&tcbtable, sa, 0, in tcp6_ctlinput() 1423 if ((inp = inpcb_lookup(&tcbtable, ip->ip_dst, in tcp_ctlinput() 1427 else if ((inp = in6pcb_lookup(&tcbtable, &dst6, in tcp_ctlinput() 1488 nmatch = inpcb_notify(&tcbtable, satocsin(sa)->sin_addr, in tcp_ctlinput() 1505 inpcb_notifyall(&tcbtable, satocsin(sa)->sin_addr, errno, in tcp_ctlinput() [all …]
|
H A D | tcp_usrreq.c | 476 error = inpcb_create(so, &tcbtable); in tcp_attach() 1103 inpcb_purgeif0(&tcbtable, ifp); in tcp_purgeif() 1111 inpcb_purgeif(&tcbtable, ifp); in tcp_purgeif() 1115 in6pcb_purgeif0(&tcbtable, ifp); in tcp_purgeif() 1123 in6pcb_purgeif(&tcbtable, ifp); in tcp_purgeif() 1422 inp = inpcb_lookup(&tcbtable, raddr, rport, laddr, lport, 0); in inet4_ident_core() 1457 inp = in6pcb_lookup(&tcbtable, raddr, rport, laddr, lport, 0, 0); in inet6_ident_core() 2107 sysctl_inpcblist, 0, &tcbtable, 0, in sysctl_net_inet_tcp_setup2()
|
H A D | tcp_input.c | 1381 inp = inpcb_lookup(&tcbtable, ip->ip_src, th->th_sport, in tcp_input() 1385 inp = inpcb_lookup_bound(&tcbtable, ip->ip_dst, in tcp_input() 1395 inp = in6pcb_lookup(&tcbtable, &s, in tcp_input() 1399 inp = in6pcb_lookup_bound(&tcbtable, &d, in tcp_input() 1430 inp = in6pcb_lookup(&tcbtable, &ip6->ip6_src, in tcp_input() 1434 inp = in6pcb_lookup_bound(&tcbtable, &ip6->ip6_dst, in tcp_input()
|
H A D | tcp_timer.c | 340 inpcb_notifyall(&tcbtable, icmpsrc.sin_addr, EMSGSIZE, in tcp_timer_rexmt()
|
H A D | tcp_var.h | 729 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
|
H A D | tcp_vtw.c | 1568 tcbtable.vestige = 0; in vtw_tick() 1868 tcbtable.vestige = &tcp_hooks; in vtw_control()
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 2775 tb = &tcbtable;
|