Searched refs:BANDLIM_UNLIMITED (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/netinet/ |
H A D | icmp_var.h | 103 #define BANDLIM_UNLIMITED -1 macro
|
H A D | tcp_input.c | 1136 rstreason = BANDLIM_UNLIMITED; in tcp_input_with_port() 1571 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2224 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2353 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment()
|
H A D | ip_icmp.c | 1186 if (V_icmplim == 0 || which == BANDLIM_UNLIMITED) in badport_bandlim()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 7866 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in bbr_process_ack() 9408 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in bbr_check_data_after_close()
|
H A D | rack.c | 12038 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in rack_process_ack() 13518 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in rack_check_data_after_close()
|