Lines Matching defs:rstreason
624 int rstreason = 0; /* For badport_bandlim accounting purposes */
906 if (rstreason != 0) {
921 rstreason = BANDLIM_RST_CLOSEDPORT;
1012 rstreason = BANDLIM_RST_CLOSEDPORT;
1017 rstreason = BANDLIM_RST_CLOSEDPORT;
1078 rstreason = syncache_expand(&inc, &to, th, &so, m, port);
1079 if (rstreason < 0) {
1087 } else if (rstreason == 0) {
1098 * the ACK is stray indeed, rstreason would
1106 rstreason = BANDLIM_RST_OPENPORT;
1130 rstreason = BANDLIM_UNLIMITED;
1197 rstreason = BANDLIM_RST_OPENPORT;
1273 rstreason = BANDLIM_RST_OPENPORT;
1403 if (((rstreason == BANDLIM_RST_OPENPORT && V_blackhole == 3) ||
1404 (rstreason == BANDLIM_RST_CLOSEDPORT &&
1418 tcp_dropwithreset(m, th, tp, tlen, rstreason);
1527 int rstreason, todrop, win, incforsyn = 0;
1574 rstreason = BANDLIM_UNLIMITED;
1993 rstreason = BANDLIM_RST_OPENPORT;
2006 rstreason = BANDLIM_RST_OPENPORT;
2227 rstreason = BANDLIM_UNLIMITED;
2274 rstreason = BANDLIM_RST_OPENPORT;
2356 rstreason = BANDLIM_UNLIMITED;
3457 rstreason = BANDLIM_RST_OPENPORT;
3470 tcp_dropwithreset(m, th, tp, tlen, rstreason);
3473 tcp_dropwithreset(m, th, NULL, tlen, rstreason);
3494 int tlen, int rstreason)
3534 if (badport_bandlim(rstreason) < 0)