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

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c4871 int e_hlen, ip_hlen, l4_off; local
4884 e_hlen = (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
4887 e_hlen = ETHER_HDR_LEN;
4896 (struct ip *)(m->m_data + e_hlen);
4905 (struct ip6_hdr *)(m->m_data + e_hlen);
4917 l4_off = (e_hlen + ip_hlen);
4954 int e_hlen, ip_hlen; local
4965 e_hlen = (ETHER_HDR_LEN + ETHER_VLAN_ENCAP_LEN);
4968 e_hlen = ETHER_HDR_LEN;
4977 (struct ip *)(m->m_data + e_hlen);
5087 int e_hlen; local
[all...]

Completed in 113 milliseconds