HomeSort by: relevance | last modified time | path
    Searched refs:tcbtable (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/net/npf/
npf_socket.c 45 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
135 tb = &tcbtable;
198 tb = &tcbtable;
  /src/sys/netinet/
tcp_subr.c 157 struct inpcbtable tcbtable; /* head of queue of active tcpcb's */ variable in typeref:struct:inpcbtable
373 inpcb_init(&tcbtable, tcbhashsize, tcbhashsize);
1221 TAILQ_FOREACH(inp, &tcbtable.inpt_queue, inp_queue) {
1338 if (in6pcb_lookup(&tcbtable, &sa6->sin6_addr,
1360 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport,
1369 (void) in6pcb_notify(&tcbtable, sa, 0,
1423 if ((inp = inpcb_lookup(&tcbtable, ip->ip_dst,
1427 else if ((inp = in6pcb_lookup(&tcbtable, &dst6,
1488 nmatch = inpcb_notify(&tcbtable, satocsin(sa)->sin_addr,
1505 inpcb_notifyall(&tcbtable, satocsin(sa)->sin_addr, errno
    [all...]
tcp_usrreq.c 476 error = inpcb_create(so, &tcbtable);
1103 inpcb_purgeif0(&tcbtable, ifp);
1111 inpcb_purgeif(&tcbtable, ifp);
1115 in6pcb_purgeif0(&tcbtable, ifp);
1123 in6pcb_purgeif(&tcbtable, ifp);
1422 inp = inpcb_lookup(&tcbtable, raddr, rport, laddr, lport, 0);
1457 inp = in6pcb_lookup(&tcbtable, raddr, rport, laddr, lport, 0, 0);
2107 sysctl_inpcblist, 0, &tcbtable, 0,
tcp_input.c 1381 inp = inpcb_lookup(&tcbtable, ip->ip_src, th->th_sport,
1385 inp = inpcb_lookup_bound(&tcbtable, ip->ip_dst,
1395 inp = in6pcb_lookup(&tcbtable, &s,
1399 inp = in6pcb_lookup_bound(&tcbtable, &d,
1430 inp = in6pcb_lookup(&tcbtable, &ip6->ip6_src,
1434 inp = in6pcb_lookup_bound(&tcbtable, &ip6->ip6_dst,
tcp_timer.c 340 inpcb_notifyall(&tcbtable, icmpsrc.sin_addr, EMSGSIZE,
tcp_var.h 729 extern struct inpcbtable tcbtable; /* head of queue of active tcpcb's */
tcp_vtw.c 1568 tcbtable.vestige = 0;
1868 tcbtable.vestige = &tcp_hooks;
  /src/sys/dist/pf/net/
pf.c 2775 tb = &tcbtable;

Completed in 22 milliseconds