Searched refs:tot_len (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/drivers/net/thunderx/base/ |
| H A D | nicvf_mbox.c | 245 size_t tot_len = rss->rss_size; in nicvf_mbox_config_rss() local 255 while (cur_idx < tot_len) { in nicvf_mbox_config_rss() 256 cur_len = nicvf_min(tot_len - cur_idx, in nicvf_mbox_config_rss()
|
| H A D | nicvf_hw_defs.h | 973 uint64_t tot_len:20; /* W0 */ member 982 uint64_t tot_len:20;
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf.c | 5980 pd.tot_len = ntohs(h->ip_len); in pf_test() 6209 pd.tot_len); in pf_test() 6226 pd.tot_len); in pf_test() 6232 pd.tot_len); in pf_test() 6238 pd.tot_len); in pf_test() 6253 pd.af, pd.tot_len, dir == PF_OUT, in pf_test() 6260 pd.af, pd.tot_len, dir == PF_OUT, in pf_test() 6613 pd.tot_len); in pf_test6() 6630 pd.tot_len); in pf_test6() 6636 pd.tot_len); in pf_test6() [all …]
|
| H A D | pf_norm.c | 1066 counter_u64_add(r->bytes[dir == PF_OUT], pd->tot_len); in pf_normalize_ip() 1208 counter_u64_add(r->bytes[dir == PF_OUT], pd->tot_len); in pf_normalize_ip6() 1370 counter_u64_add(r->bytes[dir == PF_OUT], pd->tot_len); in pf_normalize_tcp()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 3113 uint32_t tot_len = 0; in hns3_pkt_need_linearized() local 3129 tot_len += m_last->data_len; in hns3_pkt_need_linearized() 3138 if (tot_len + m_last->data_len < tx_pkts->tso_segsz + hdr_len) in hns3_pkt_need_linearized() 3146 tot_len -= m_first->data_len; in hns3_pkt_need_linearized() 3147 tot_len += m_last->data_len; in hns3_pkt_need_linearized() 3149 if (tot_len < tx_pkts->tso_segsz) in hns3_pkt_need_linearized()
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | adapter.h | 118 unsigned int tot_len; /* total length of fragments */ member
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 11996 uint32_t tot_len = 0; in bbr_output_wtime() local 12270 tot_len = tp->t_maxseg; in bbr_output_wtime() 12848 if (tot_len) in bbr_output_wtime() 12852 if (tot_len == 0) { in bbr_output_wtime() 12896 if (tot_len == 0) in bbr_output_wtime() 13921 tot_len += len; in bbr_output_wtime() 13945 tot_len += (len + optlen + ipoptlen); in bbr_output_wtime() 14023 if ((tot_len + len) && (len >= tp->t_maxseg)) { in bbr_output_wtime() 14026 (tot_len + len), cts, 0); in bbr_output_wtime() 14033 tot_len); in bbr_output_wtime() [all …]
|
| /f-stack/dpdk/drivers/net/thunderx/ |
| H A D | nicvf_rxtx.c | 40 sqe.hdr.tot_len = pkt->pkt_len; in fill_sq_desc_header()
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 3463 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_find_cmsg() local 3471 tot_len = SCTP_BUF_LEN(control); in sctp_find_cmsg() 3472 for (off = 0; off < tot_len; off += CMSG_ALIGN(cmh.cmsg_len)) { in sctp_find_cmsg() 3473 rem_len = tot_len - off; in sctp_find_cmsg() 3568 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_process_cmsgs_for_init() local 3570 tot_len = SCTP_BUF_LEN(control); in sctp_process_cmsgs_for_init() 3571 for (off = 0; off < tot_len; off += CMSG_ALIGN(cmh.cmsg_len)) { in sctp_process_cmsgs_for_init() 3572 rem_len = tot_len - off; in sctp_process_cmsgs_for_init() 3739 int tot_len, rem_len, cmsg_data_len, cmsg_data_off, off; in sctp_findassociation_cmsgs() local 3741 tot_len = SCTP_BUF_LEN(control); in sctp_findassociation_cmsgs() [all …]
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 753 u_int64_t tot_len; /* Make Mickey money */ member
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 902 u_int64_t tot_len; /* Make Mickey money */ member
|