Home
last modified time | relevance | path

Searched refs:vlan_tpid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/pcap/
H A Dvlan.h40 uint16_t vlan_tpid; /* ETH_P_8021Q */ member
/freebsd/sys/dev/ice/
H A Dice_switch.c1230 u16 vlan_tpid = ICE_ETH_P_8021Q; in ice_fill_sw_rule()
1303 vlan_tpid = f_info->l_data.vlan.tpid; in ice_fill_sw_rule()
1348 *off = CPU_TO_BE16(vlan_tpid);
1214 u16 vlan_tpid = ICE_ETH_P_8021Q; ice_fill_sw_rule() local
/freebsd/contrib/libpcap/
H A Dpcap-linux.c4190 tag->vlan_tpid = htons(tp_vlan_tpid); in pcap_handle_packet_mmap()