Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dether_if_module.c376 if (m->m_pkthdr.len < ETHER_VLAN_ENCAP_LEN) { in ether_remove_vlan_encapsulation()
380 ETHER_VLAN_ENCAP_LEN); in ether_remove_vlan_encapsulation()
419 #define ETHER_VLAN_ADJUST_HEADER (ETHER_HDR_LEN - ETHER_VLAN_ENCAP_LEN) in ether_remove_vlan_encapsulation()
671 hlen += ETHER_VLAN_ENCAP_LEN; in ether_frameout_extended()
685 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 Ddlil_output.c255 vlan_encap_len = ETHER_VLAN_ENCAP_LEN; in dlil_output()
H A Dif_bond.c1590 len += ETHER_VLAN_ENCAP_LEN; in bond_output()
1845 s.bytes_in += ETHER_VLAN_ENCAP_LEN; in bond_input_packet_list()