Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_timewait.c395 tw = intotw(inp); in tcp_twcheck()
504 KASSERT(intotw(inp) == tw, ("tcp_twclose: inp_ppcb != tw")); in tcp_twclose()
742 tw = intotw(inp); in tcp_tw_2msl_scan()
Dtcp_subr.c2203 if (intotw(inp) != NULL) in tcp_pcblist()
2205 intotw(inp)->tw_cred); in tcp_pcblist()
3077 tw = intotw(inp); in sysctl_drop()
Dtcp_var.h463 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) macro
Din_pcb.c958 tw = intotw(t); in in_pcbbind_setup()
/freebsd-12-stable/sys/netinet6/
Din6_pcb.c275 tw = intotw(t); in in6_pcbbind()
293 tw = intotw(t); in in6_pcbbind()