Searched defs:drop_hdrlen (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 262 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local 512 …ct tcphdr *th, struct tcpcb *tp, int32_t * tlenp, int32_t * thf, int32_t * drop_hdrlen, int32_t *… in ctf_drop_checks()
|
| H A D | rack.c | 8529 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in rack_process_data() 8811 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fastnewdata() 8955 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_fastack() 9164 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_sent() 9368 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_recv() 9568 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_established() 9697 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_close_wait() 9820 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fin_wait_1() 9943 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_closing() 10749 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, in rack_do_segment_nounlock() [all …]
|
| H A D | bbr.c | 8209 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data() 8493 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata() 8643 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack() 8838 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent() 9048 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv() 9259 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_established() 9394 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_close_wait() 9514 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fin_wait_1() 9641 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_closing() 11394 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, uint8_t iptos, in bbr_do_segment_nounlock() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 629 int drop_hdrlen; in tcp_input() local 1500 struct tcpcb *tp, int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment()
|