Searched refs:NET_TX_PKT_PL_START_FRAG (Results 1 – 1 of 1) sorted by relevance
31 NET_TX_PKT_PL_START_FRAG enumerator68 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()282 pkt->payload_frags = iov_copy(&pkt->vec[NET_TX_PKT_PL_START_FRAG], in net_tx_pkt_rebuild_payload()349 bytes_read = iov_to_buf(&pkt->vec[NET_TX_PKT_PL_START_FRAG], in net_tx_pkt_build_vheader()556 if (*src_idx == (pkt->payload_frags + NET_TX_PKT_PL_START_FRAG)) { in net_tx_pkt_fetch_fragment()600 struct iovec *l4 = fragment + NET_TX_PKT_PL_START_FRAG; in net_tx_pkt_tcp_fragment_init()611 *src_idx = NET_TX_PKT_PL_START_FRAG; in net_tx_pkt_tcp_fragment_init()619 if (*src_idx >= pkt->payload_frags + NET_TX_PKT_PL_START_FRAG) { in net_tx_pkt_tcp_fragment_init()[all …]