Searched refs:pdu_length (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tls.c1472 int len, pdu_length, rx_credits; local
1496 pdu_length = G_CPL_RX_TLS_CMP_PDULENGTH(be32toh(cpl->pdulength_length));
1502 __func__, tid, pdu_length, len, be32toh(cpl->seq), tp->rcv_nxt);
1505 tp->rcv_nxt += pdu_length;
1506 if (tp->rcv_wnd < pdu_length) {
1507 toep->tls.rcv_over += pdu_length - tp->rcv_wnd;
1510 tp->rcv_wnd -= pdu_length;
1556 __func__, tid, pdu_length);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ldp.c51 uint8_t pdu_length[2]; member in struct:ldp_common_header
597 pdu_len = EXTRACT_16BITS(&ldp_com_header->pdu_length);

Completed in 186 milliseconds