Searched refs:rstreason (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_input.c | 630 int rstreason = 0; /* For badport_bandlim accounting purposes */ in tcp_input_with_port() local 913 if (rstreason != 0) { in tcp_input_with_port() 928 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port() 1019 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port() 1024 rstreason = BANDLIM_RST_CLOSEDPORT; in tcp_input_with_port() 1085 rstreason = syncache_expand(&inc, &to, th, &so, m, port); in tcp_input_with_port() 1086 if (rstreason < 0) { in tcp_input_with_port() 1094 } else if (rstreason == 0) { in tcp_input_with_port() 1113 rstreason = BANDLIM_RST_OPENPORT; in tcp_input_with_port() 1137 rstreason = BANDLIM_UNLIMITED; in tcp_input_with_port() [all …]
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack_bbr_common.h | 104 struct tcphdr *th, int32_t rstreason, int32_t tlen); 128 int32_t rstreason, int32_t tlen);
|
H A D | rack_bbr_common.c | 510 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset() argument 513 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset() 516 tcp_dropwithreset(m, th, NULL, tlen, rstreason); in ctf_do_dropwithreset() 869 int32_t rstreason, int32_t tlen) in ctf_do_dropwithreset_conn() argument 872 tcp_dropwithreset(m, th, tp, tlen, rstreason); in ctf_do_dropwithreset_conn()
|
/freebsd/sys/dev/cxgbe/tom/ |
H A D | t4_listen.c | 1628 int rstreason; in do_pass_establish() local 1698 rstreason = toe_syncache_expand(&inc, &to, &th, &so); in do_pass_establish() 1699 if (rstreason < 0) { in do_pass_establish() 1706 } else if (rstreason == 0 || so == NULL) { in do_pass_establish()
|