Home
last modified time | relevance | path

Searched refs:rstreason (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.h109 struct tcphdr *th, int32_t rstreason, int32_t tlen);
130 int32_t rstreason, int32_t tlen);
H A Drack_bbr_common.c496 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 Dtcp_input.c921 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 …]