Searched refs:intotw (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_timewait.c415 tw = intotw(inp);
506 KASSERT(intotw(inp) == tw, ("tcp_twclose: inp_ppcb != tw"));
742 tw = intotw(inp);
H A Dtcp_var.h393 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) macro
H A Dtcp_subr.c1399 if (intotw(inp) != NULL)
1401 intotw(inp)->tw_cred);
2449 tw = intotw(inp);
H A Din_pcb.c619 tw = intotw(t);
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c242 tw = intotw(t);
258 tw = intotw(t);

Completed in 79 milliseconds