Searched refs:l3_offset (Results 1 – 9 of 9) sorted by relevance
312 pullup_len = l3_offset; in checksum_ipv4()333 ip4->ip_sum = in_cksum_skip(m, l3_offset + hlen, l3_offset); in checksum_ipv4()341 pullup_len = l3_offset + hlen; in checksum_ipv4()362 th->th_sum = in_cksum_skip(m, l3_offset + plen, l3_offset + hlen); in checksum_ipv4()384 l3_offset + plen, l3_offset + hlen); in checksum_ipv4()423 pullup_len = l3_offset; in checksum_ipv6()434 if (m->m_pkthdr.len < l3_offset + plen) in checksum_ipv6()449 pullup_len = l3_offset + hlen; in checksum_ipv6()457 pullup_len = l3_offset + hlen; in checksum_ipv6()487 th->th_sum = in_cksum_skip(m, l3_offset + plen, l3_offset + hlen); in checksum_ipv6()[all …]
68 uint8_t l3_offset; /* TSO: 2 byte units to start of IPH */ member
447 seg_desc->l3_offset = l3_off >> 1; in gve_tx_fill_seg_desc()
570 uint64_t l3_offset:8; member583 uint64_t l3_offset:8;
1861 hdr->l3_offset = ehdrlen; in nicvf_sq_add_hdr_subdesc()
259 volatile uint8_t l3_offset; member
767 tx_fcb->l3_offset = ETHER_HDR_LEN; in tsec_start_locked()
2459 uint32_t l3_offset; in al_eth_tx_pkt_prepare() local2479 l3_offset = (pkt->meta->outer_l3_offset >> 1); in al_eth_tx_pkt_prepare()2482 (((l3_offset & in al_eth_tx_pkt_prepare()2487 ((l3_offset & in al_eth_tx_pkt_prepare()2808 …pkt->l3_offset = (swap32_from_le(rx_desc->word2) & AL_ETH_RX_L3_OFFSET_MASK) >> AL_ETH_RX_L3_OFFSE… in al_eth_pkt_rx()
398 uint16_t l3_offset; member