Searched defs:eth_type (Results 1 - 2 of 2) sorted by relevance

/net/openvswitch/
H A Dflow.c296 __be16 eth_type; /* ETH_P_8021Q */ member in struct:qtag_prefix
H A Dflow_netlink.c641 __be16 eth_type; local
643 eth_type = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
646 eth_type = htons(0xffff);
647 } else if (ntohs(eth_type) < ETH_P_802_3_MIN) {
649 ntohs(eth_type), ETH_P_802_3_MIN);
653 SW_FLOW_KEY_PUT(match, eth.type, eth_type, is_mask);
946 __be16 eth_type = 0; local
957 eth_type = nla_get_be16(a[OVS_KEY_ATTR_ETHERTYPE]);
959 if (eth_type == htons(0xffff)) {
967 ntohs(eth_type));
1079 __be16 eth_type; local
[all...]

Completed in 36 milliseconds