Home
last modified time | relevance | path

Searched refs:intotw (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c396 tw = intotw(inp); in tcp_twcheck()
505 KASSERT(intotw(inp) == tw, ("tcp_twclose: inp_ppcb != tw")); in tcp_twclose()
725 tw = intotw(inp); in tcp_tw_2msl_scan()
H A Dtcp_var.h522 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) macro
H A Dtcp_subr.c2300 if (intotw(inp) != NULL) in tcp_pcblist()
2302 intotw(inp)->tw_cred); in tcp_pcblist()
3158 tw = intotw(inp); in sysctl_drop()
H A Din_pcb.c1038 tw = intotw(t); in in_pcbbind_setup()
/f-stack/freebsd/netinet6/
H A Din6_pcb.c279 tw = intotw(t); in in6_pcbbind()
297 tw = intotw(t); in in6_pcbbind()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h522 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) macro