Home
last modified time | relevance | path

Searched defs:drop_hdrlen (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c138 uint16_t drop_hdrlen; in ctf_get_enet_type() local
361 uint16_t drop_hdrlen; in ctf_process_inbound_raw() local
545 int32_t *thf, int32_t *drop_hdrlen, int32_t *ret_val) in ctf_drop_checks()
H A Dbbr.c8134 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data()
8423 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata()
8558 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack()
8737 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent()
8948 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv()
9169 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_established()
9305 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_close_wait()
9426 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fin_wait_1()
9551 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_closing()
9653 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_lastack()
[all …]
H A Drack.c12220 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in rack_process_data()
12517 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fastnewdata()
12644 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_fastack()
12850 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_sent()
13074 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_recv()
13288 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_established()
13417 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_close_wait()
13540 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fin_wait_1()
13662 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_closing()
13763 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_lastack()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c610 int drop_hdrlen; in tcp_input_with_port() local
1513 int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment()