Searched refs:BANDLIM_UNLIMITED (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | icmp_var.h | 92 #define BANDLIM_UNLIMITED -1 macro
|
| /f-stack/freebsd/netinet/ |
| H A D | icmp_var.h | 92 #define BANDLIM_UNLIMITED -1 macro
|
| H A D | tcp_input.c | 1121 rstreason = BANDLIM_UNLIMITED; in tcp_input() 1557 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2209 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2335 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment()
|
| H A D | ip_icmp.c | 1124 if (V_icmplim == 0 || which == BANDLIM_UNLIMITED) in badport_bandlim()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 8404 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in rack_process_ack() 9799 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in rack_check_data_after_close()
|
| H A D | bbr.c | 7939 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in bbr_process_ack() 9494 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in bbr_check_data_after_close()
|