Searched refs:tcptw (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_timewait.c | 115 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 D | tcp_timer.h | 223 struct tcptw *
|
| H A D | tcp_var.h | 503 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 D | in_pcb.c | 992 struct tcptw *tw; in in_pcbbind_setup()
|
| H A D | tcp_subr.c | 3072 struct tcptw *tw; in sysctl_drop()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_timer.h | 223 struct tcptw *
|
| H A D | tcp_var.h | 503 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 D | in6_pcb.c | 211 struct tcptw *tw; in in6_pcbbind()
|