Home
last modified time | relevance | path

Searched refs:tcptw (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timewait.c115 VNET_DEFINE_STATIC(TAILQ_HEAD(, tcptw), twq_2msl);
135 static int tcp_twrespond(struct tcptw *, int);
210 struct tcptw *tw; in tcp_tw_destroy()
231 struct tcptw twlocal, *tw; in tcp_twstart()
383 struct tcptw *tw; in tcp_twcheck()
489 tcp_twclose(struct tcptw *tw, int reuse) in tcp_twclose()
548 tcp_twrespond(struct tcptw *tw, int flags) in tcp_twrespond()
659 tcp_tw_2msl_reset(struct tcptw *tw, int rearm) in tcp_tw_2msl_reset()
674 tcp_tw_2msl_stop(struct tcptw *tw, int reuse) in tcp_tw_2msl_stop()
702 struct tcptw *
[all …]
H A Dtcp_timer.h223 struct tcptw *
H A Dtcp_var.h503 struct tcptw { struct
516 TAILQ_ENTRY(tcptw) tw_2msl; argument
522 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) argument
927 void tcp_twclose(struct tcptw *, int);
H A Din_pcb.c992 struct tcptw *tw; in in_pcbbind_setup()
H A Dtcp_subr.c3072 struct tcptw *tw; in sysctl_drop()
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h223 struct tcptw *
H A Dtcp_var.h503 struct tcptw { struct
516 TAILQ_ENTRY(tcptw) tw_2msl; argument
522 #define intotw(ip) ((struct tcptw *)(ip)->inp_ppcb) argument
927 void tcp_twclose(struct tcptw *, int);
/f-stack/freebsd/netinet6/
H A Din6_pcb.c211 struct tcptw *tw; in in6_pcbbind()