Searched refs:BANDLIM_UNLIMITED (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | icmp_var.h | 91 #define BANDLIM_UNLIMITED -1 macro
|
| HD | tcp_input.c | 1177 rstreason = BANDLIM_UNLIMITED; in tcp_input_with_port() 1628 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2299 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment() 2425 rstreason = BANDLIM_UNLIMITED; in tcp_do_segment()
|
| HD | ip_icmp.c | 1184 if (V_icmplim == 0 || which == BANDLIM_UNLIMITED) in badport_bandlim()
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 7865 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in bbr_process_ack() 9434 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in bbr_check_data_after_close()
|
| HD | rack.c | 9997 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, tlen); in rack_process_ack() 11470 ctf_do_dropwithreset(m, tp, th, BANDLIM_UNLIMITED, (*tlen)); in rack_check_data_after_close()
|