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

  /src/sys/netinet/
tcp_usrreq.c 293 tp = intotcpcb(inp);
511 tp = intotcpcb(inp);
529 tp = intotcpcb(inp);
569 tp = intotcpcb(inp);
612 tp = intotcpcb(inp);
653 tp = intotcpcb(inp);
738 tp = intotcpcb(inp);
759 tp = intotcpcb(inp);
794 tp = intotcpcb(inp);
823 tp = intotcpcb(inp)
    [all...]
tcp_var.h 524 #define intotcpcb(ip) ((struct tcpcb *)(ip)->inp_ppcb) macro
525 #define sototcpcb(so) (intotcpcb(sotoinpcb(so)))
tcp_syncache.c 631 intotcpcb(inp)->t_family = AF_INET;
652 if (inp && intotcpcb(inp)->t_family == AF_INET6 && sotoinpcb(oso)) {
695 tp = intotcpcb(inp);
tcp_subr.c 1222 tp = intotcpcb(inp);
1442 tp = intotcpcb(inp);
1518 struct tcpcb *tp = intotcpcb(inp);
1551 struct tcpcb *tp = intotcpcb(inp);
1611 struct tcpcb *tp = intotcpcb(inp);
tcp_input.c 1470 tp = intotcpcb(inp);
1605 tp = intotcpcb(inp);

Completed in 17 milliseconds