Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dether_if_module.c375 if (m->m_pkthdr.len < ETHER_VLAN_ENCAP_LEN) { in ether_remove_vlan_encapsulation()
379 ETHER_VLAN_ENCAP_LEN); in ether_remove_vlan_encapsulation()
410 #define ETHER_VLAN_ADJUST_HEADER (ETHER_HDR_LEN - ETHER_VLAN_ENCAP_LEN) in ether_remove_vlan_encapsulation()
656 hlen += ETHER_VLAN_ENCAP_LEN; in ether_frameout_extended()
670 m_adj(*m, ETHER_VLAN_ENCAP_LEN); in ether_frameout_extended()
H A Dif_vlan_var.h66 #define ETHER_VLAN_ENCAP_LEN 4 /* len of 802.1Q VLAN encapsulation */ macro
H A Dif_vlan.c1054 M_PREPEND(m, ETHER_VLAN_ENCAP_LEN, M_DONTWAIT, 0); in vlan_output()
1081 bcopy(mtod(m, char *) + ETHER_VLAN_ENCAP_LEN, in vlan_output()
1091 m->m_pkthdr.csum_tx_start += ETHER_VLAN_ENCAP_LEN; in vlan_output()
1092 m->m_pkthdr.csum_tx_stuff += ETHER_VLAN_ENCAP_LEN; in vlan_output()
1370 ifv->ifv_mtufudge = ETHER_VLAN_ENCAP_LEN; in vlan_config()
H A Dif_bond.c1589 len += ETHER_VLAN_ENCAP_LEN; in bond_output()
1844 s.bytes_in += ETHER_VLAN_ENCAP_LEN; in bond_input_packet_list()
H A Dif_bridge.c5103 mac_hlen += ETHER_VLAN_ENCAP_LEN;
H A Ddlil.c6722 vlan_encap_len = ETHER_VLAN_ENCAP_LEN; in dlil_output()