Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dif_vlan.c347 offsetof(struct ether_vlan_header, evl_encap_proto)); in vlan_strip()
360 evh.evl_proto = evh.evl_encap_proto; in vlan_inject()
361 evh.evl_encap_proto = htons(type); in vlan_inject()
400 etype = bemtoh16(&evl->evl_encap_proto); in vlan_input()
H A Dbpf.c1531 evh.evl_proto = evh.evl_encap_proto; in bpf_mtap_ether()
1532 evh.evl_encap_proto = htons(ETHERTYPE_VLAN); in bpf_mtap_ether()
/openbsd/sys/netinet/
H A Dif_ether.h90 u_int16_t evl_encap_proto; member
/openbsd/sys/dev/pci/
H A Dif_oce.c1344 if (eh->evl_encap_proto == htons(ETHERTYPE_VLAN)) { in oce_tso()
1348 etype = ntohs(eh->evl_encap_proto); in oce_tso()
H A Dif_mcx.c7862 evh->evl_proto = evh->evl_encap_proto; in mcx_start()
7863 evh->evl_encap_proto = htons(ETHERTYPE_VLAN); in mcx_start()