Searched refs:l3_offset (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_checksum.c308 checksum_ipv4(priv_p priv, struct mbuf *m, int l3_offset) argument
315 pullup_len = l3_offset;
318 ip4 = (struct ip *) mtodo(m, l3_offset);
326 if (hlen < sizeof(struct ip) || m->m_pkthdr.len < l3_offset + plen)
336 ip4->ip_sum = in_cksum_skip(m, l3_offset + hlen, l3_offset);
344 pullup_len = l3_offset + hlen;
359 th = (struct tcphdr *) mtodo(m, l3_offset + hlen);
365 th->th_sum = in_cksum_skip(m, l3_offset + plen, l3_offset
417 checksum_ipv6(priv_p priv, struct mbuf *m, int l3_offset) argument
[all...]
/freebsd-11-stable/sys/dev/vnic/
H A Dq_struct.h572 uint64_t l3_offset:8; member in struct:sq_hdr_subdesc
585 uint64_t l3_offset:8;
H A Dnicvf_queues.c1858 hdr->l3_offset = ehdrlen;
/freebsd-11-stable/sys/dev/tsec/
H A Dif_tsec.h337 volatile uint8_t l3_offset; member in struct:tsec_tx_fcb
H A Dif_tsec.c746 tx_fcb->l3_offset = ETHER_HDR_LEN;
/freebsd-11-stable/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h397 uint16_t l3_offset; member in struct:al_eth_pkt
H A Dal_hal_eth_main.c2201 uint32_t l3_offset; local
2215 l3_offset = (pkt->meta->outer_l3_offset >> 1);
2218 (((l3_offset &
2223 ((l3_offset &
2551 pkt->l3_offset = (swap32_from_le(rx_desc->word2) & AL_ETH_RX_L3_OFFSET_MASK) >> AL_ETH_RX_L3_OFFSET_SHIFT;

Completed in 126 milliseconds