Home
last modified time | relevance | path

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

/openbmc/linux/net/ethtool/
H A Dioctl.c3168 const struct ethhdr *ether_spec, *ether_m_spec; in ethtool_rx_flow_rule_create() local
3171 ether_m_spec = &fs->m_u.ether_spec; in ethtool_rx_flow_rule_create()
3173 if (!is_zero_ether_addr(ether_m_spec->h_source)) { in ethtool_rx_flow_rule_create()
3177 ether_m_spec->h_source); in ethtool_rx_flow_rule_create()
3179 if (!is_zero_ether_addr(ether_m_spec->h_dest)) { in ethtool_rx_flow_rule_create()
3183 ether_m_spec->h_dest); in ethtool_rx_flow_rule_create()
3185 if (ether_m_spec->h_proto) { in ethtool_rx_flow_rule_create()
3187 match->mask.basic.n_proto = ether_m_spec->h_proto; in ethtool_rx_flow_rule_create()