Searched refs:eth_spec (Results 1 – 1 of 1) sorted by relevance
2015 struct ib_flow_spec_eth *eth_spec; in flow_is_multicast_only() local2023 eth_spec = (struct ib_flow_spec_eth *)(ib_attr + 1); in flow_is_multicast_only()2024 if (eth_spec->type != IB_FLOW_SPEC_ETH || in flow_is_multicast_only()2025 eth_spec->size != sizeof(*eth_spec)) in flow_is_multicast_only()2028 return is_multicast_ether_addr(eth_spec->mask.dst_mac) && in flow_is_multicast_only()2029 is_multicast_ether_addr(eth_spec->val.dst_mac); in flow_is_multicast_only()