Home
last modified time | relevance | path

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

/qemu/hw/net/
H A Dnet_tx_pkt.c31 NET_TX_PKT_PL_START_FRAG enumerator
68 p->vec = g_new(struct iovec, max_frags + NET_TX_PKT_PL_START_FRAG); in net_tx_pkt_init()
135 iov_from_buf(&pkt->vec[NET_TX_PKT_PL_START_FRAG], pkt->payload_frags, in net_tx_pkt_update_ip_checksums()
142 struct iovec *pl_start_frag = pkt->vec + NET_TX_PKT_PL_START_FRAG; in net_tx_pkt_update_sctp_checksum()
278 pkt->payload_frags = iov_copy(&pkt->vec[NET_TX_PKT_PL_START_FRAG], in net_tx_pkt_rebuild_payload()
345 bytes_read = iov_to_buf(&pkt->vec[NET_TX_PKT_PL_START_FRAG], in net_tx_pkt_build_vheader()
552 if (*src_idx == (pkt->payload_frags + NET_TX_PKT_PL_START_FRAG)) { in net_tx_pkt_fetch_fragment()
596 struct iovec *l4 = fragment + NET_TX_PKT_PL_START_FRAG; in net_tx_pkt_tcp_fragment_init()
607 *src_idx = NET_TX_PKT_PL_START_FRAG; in net_tx_pkt_tcp_fragment_init()
615 if (*src_idx >= pkt->payload_frags + NET_TX_PKT_PL_START_FRAG) { in net_tx_pkt_tcp_fragment_init()
[all …]