Searched refs:rstreason (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c591 int rstreason = 0; /* For badport_bandlim accounting purposes */ local
904 rstreason = BANDLIM_RST_CLOSEDPORT;
1012 rstreason = BANDLIM_RST_CLOSEDPORT;
1125 rstreason = syncache_expand(&inc, &to, th, &so, m);
1126 if (rstreason < 0) {
1134 } else if (rstreason == 0) {
1141 rstreason = BANDLIM_RST_OPENPORT;
1166 rstreason = BANDLIM_UNLIMITED;
1232 rstreason = BANDLIM_RST_OPENPORT;
1308 rstreason
1557 int rstreason, todrop, win; local
3324 tcp_dropwithreset(struct mbuf *m, struct tcphdr *th, struct tcpcb *tp, int tlen, int rstreason) argument
[all...]
/freebsd-11-stable/sys/netinet/tcp_stacks/
H A Dfastpath.c446 int rstreason, todrop, win; local
481 rstreason = BANDLIM_RST_OPENPORT;
701 rstreason = BANDLIM_UNLIMITED;
751 rstreason = BANDLIM_RST_OPENPORT;
820 rstreason = BANDLIM_UNLIMITED;
1619 rstreason = BANDLIM_RST_OPENPORT;
1646 tcp_dropwithreset(m, th, tp, tlen, rstreason);
1649 tcp_dropwithreset(m, th, NULL, tlen, rstreason);

Completed in 138 milliseconds