Lines Matching refs:eth_dst_mask

49 			u8 eth_dst_mask[ETH_ALEN];  member
64 u8 eth_dst_mask[ETH_ALEN]; member
79 u8 eth_dst_mask[ETH_ALEN]; member
362 ETH_ALEN, entry->key.term_mac.eth_dst_mask)) in ofdpa_cmd_flow_tbl_add_term_mac()
414 ETH_ALEN, entry->key.bridge.eth_dst_mask)) in ofdpa_cmd_flow_tbl_add_bridge()
458 ETH_ALEN, entry->key.acl.eth_dst_mask)) in ofdpa_cmd_flow_tbl_add_acl()
883 const u8 *eth_dst_mask, __be16 vlan_id, in ofdpa_flow_tbl_term_mac() argument
908 ether_addr_copy(entry->key.term_mac.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_term_mac()
918 const u8 *eth_dst_mask, __be16 vlan_id, in ofdpa_flow_tbl_bridge() argument
926 bool dflt = !eth_dst || eth_dst_mask; in ofdpa_flow_tbl_bridge()
939 if (eth_dst_mask) { in ofdpa_flow_tbl_bridge()
941 ether_addr_copy(entry->key.bridge.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_bridge()
942 if (!ether_addr_equal(eth_dst_mask, ff_mac)) in ofdpa_flow_tbl_bridge()
1000 const u8 *eth_dst, const u8 *eth_dst_mask, in ofdpa_flow_tbl_acl() argument
1014 if (eth_dst && eth_dst_mask) { in ofdpa_flow_tbl_acl()
1015 if (ether_addr_equal(eth_dst_mask, mcast_mac)) in ofdpa_flow_tbl_acl()
1032 if (eth_dst_mask) in ofdpa_flow_tbl_acl()
1033 ether_addr_copy(entry->key.acl.eth_dst_mask, eth_dst_mask); in ofdpa_flow_tbl_acl()
1545 const u8 *eth_dst_mask; member
1555 .eth_dst_mask = ll_mask,
1561 .eth_dst_mask = zero_mac,
1568 .eth_dst_mask = ipv4_mask,
1576 .eth_dst_mask = ipv6_mask,
1589 .eth_dst_mask = zero_mac,
1613 ctrl->eth_dst, ctrl->eth_dst_mask, in ofdpa_port_ctrl_vlan_acl()
1640 ctrl->eth_dst, ctrl->eth_dst_mask, in ofdpa_port_ctrl_vlan_bridge()
1662 ctrl->eth_dst_mask, vlan_id, in ofdpa_port_ctrl_vlan_term()