Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_timewait.c401 tw = intotw(inp); in tcp_twcheck()
545 KASSERT(intotw(inp) == tw, ("tcp_twclose: inp_ppcb != tw")); in tcp_twclose()
813 tw = intotw(inp); in tcp_tw_2msl_scan()
HDtcp_subr.c2670 if (intotw(inp) != NULL) in tcp_pcblist()
2672 intotw(inp)->tw_cred); in tcp_pcblist()
3668 tw = intotw(inp); in sysctl_drop()
3954 struct tcptw *tw = intotw(inp); in tcp_inptoxtp()
HDtcp_var.h544 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) macro
HDin_pcb.c1041 tw = intotw(t); in in_pcbbind_setup()
/freebsd-13-stable/sys/netinet6/
HDin6_pcb.c272 tw = intotw(t); in in6_pcbbind()
290 tw = intotw(t); in in6_pcbbind()