Home
last modified time | relevance | path

Searched refs:end_seq (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dx509v3.c804 const u8 *end_seq; in x509_parse_ext_basic_constraints() local
823 end_seq = hdr.payload + hdr.length; in x509_parse_ext_basic_constraints()
834 if (pos >= end_seq) { in x509_parse_ext_basic_constraints()
840 if (asn1_get_next(pos, end_seq - pos, &hdr) < 0) { in x509_parse_ext_basic_constraints()
/freebsd/sys/dev/irdma/
H A Dirdma_puda.c1253 u32 marker_seq, end_seq, blk_start; in irdma_ieq_get_fpdu_len() local
1277 end_seq = rcv_seq + total_len; in irdma_ieq_get_fpdu_len()
1278 while ((int)(marker_seq - end_seq) < 0) { in irdma_ieq_get_fpdu_len()
1280 end_seq += marker_len; in irdma_ieq_get_fpdu_len()
/freebsd/sys/netinet/
H A Dtcp_subr.c4394 log.u_bbr.flex2 = req->end_seq; in tcp_req_log_req_info()
4501 if (SEQ_GEQ(ack_point, ent->end_seq)) { in tcp_req_check_for_comp()
4521 if (SEQ_GEQ(ack_point, ent->end_seq)) { in tcp_req_is_entry_comp()
4547 if (SEQ_GEQ(th_ack, ent->end_seq)) { in tcp_req_find_a_req_that_is_completed_by()
4591 (SEQ_LT(seq, ent->end_seq))) { in tcp_req_find_req_for_seq()
4666 fil->end_seq = (fil->start_seq + ((uint32_t)(fil->end - fil->start))); in tcp_req_alloc_req_full()
4668 fil->end_seq = 0; in tcp_req_alloc_req_full()
4674 fil->end_seq += tcp_estimate_tls_overhead( in tcp_req_alloc_req_full()
H A Dtcp_log_buf.c2933 if (SEQ_GT((tp->snd_una + so->so_snd.sb_ccc), ent->end_seq)) in tcp_log_sendfile()
2934 ent->end_seq = tp->snd_una + so->so_snd.sb_ccc; in tcp_log_sendfile()
H A Dtcp_var.h161 tcp_seq end_seq; /* If range req last seq */ member
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c106 SDP_SKB_CB(mb)->end_seq += payload_len; in sdp_post_srcavail()
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c2088 log.u_bbr.pkts_out = cur->end_seq; in rack_log_hybrid_bw()
2291 * Now ideally we want to use the end_seq to figure out how much more in rack_rate_cap_bw()
2295 if (SEQ_GT(ent->end_seq, rack->rc_tp->snd_una)) in rack_rate_cap_bw()
2296 lenleft = ent->end_seq - rack->rc_tp->snd_una; in rack_rate_cap_bw()
11271 log.u_bbr.flex3 = cur->end_seq; in rack_log_hybrid()
11512 (SEQ_GEQ(seq, ent->end_seq))) { in rack_chk_req_and_hybrid_on_out()
11521 if (SEQ_LT(ent->end_seq, (seq + len))) { in rack_chk_req_and_hybrid_on_out()
11523 * This is the case where our end_seq guess in rack_chk_req_and_hybrid_on_out()
11532 ent->end_seq = (seq + len); in rack_chk_req_and_hybrid_on_out()
15448 log.u_bbr.epoch = tcp_req->end_seq; in rack_log_input_packet()
[all...]