Searched refs:rstreason (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 109 struct tcphdr *th, int32_t rstreason, int32_t tlen); 130 int32_t rstreason, int32_t tlen);
|
| H A D | rack_bbr_common.c | 496 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset() argument 499 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset() 502 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in ctf_do_dropwithreset() 807 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset_conn() argument 813 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset_conn()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 921 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input() 1083 if (rstreason < 0) { in tcp_input() 1091 } else if (rstreason == 0) { in tcp_input() 1121 rstreason = BANDLIM_UNLIMITED; in tcp_input() 1186 rstreason = BANDLIM_RST_OPENPORT; in tcp_input() 1557 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2209 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2258 rstreason = BANDLIM_RST_OPENPORT; in tcp_do_segment() 2335 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 3303 rstreason = BANDLIM_RST_OPENPORT; in tcp_do_segment() [all …]
|