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.c8129 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in bbr_process_data()
8418 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fastnewdata()
8553 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_fastack()
8732 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_sent()
8943 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_syn_recv()
9164 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_established()
9300 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_close_wait()
9421 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_fin_wait_1()
9546 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_closing()
9648 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in bbr_do_lastack()
[all …]
H A Drack.c12015 struct tcpcb *tp, int32_t drop_hdrlen, int32_t tlen, in rack_process_data()
12312 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fastnewdata()
12439 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_fastack()
12645 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_sent()
12869 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_syn_recv()
13083 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_established()
13212 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_close_wait()
13335 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_fin_wait_1()
13457 struct tcpcb *tp, struct tcpopt *to, int32_t drop_hdrlen, int32_t tlen, in rack_do_closing()
13558 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
1512 int drop_hdrlen, int tlen, uint8_t iptos) in tcp_do_segment()