Lines Matching refs:eth_dst

48 			u8 eth_dst[ETH_ALEN];  member
63 u8 eth_dst[ETH_ALEN]; member
78 u8 eth_dst[ETH_ALEN]; member
114 u8 eth_dst[ETH_ALEN]; member
120 u8 eth_dst[ETH_ALEN]; member
153 u8 eth_dst[ETH_ALEN]; member
359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac()
410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge()
455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl()
607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in ofdpa_cmd_group_tbl_add_l2_rewrite()
609 ETH_ALEN, entry->l2_rewrite.eth_dst)) in ofdpa_cmd_group_tbl_add_l2_rewrite()
653 if (!is_zero_ether_addr(entry->l3_unicast.eth_dst) && in ofdpa_cmd_group_tbl_add_l3_unicast()
655 ETH_ALEN, entry->l3_unicast.eth_dst)) in ofdpa_cmd_group_tbl_add_l3_unicast()
882 __be16 eth_type, const u8 *eth_dst, in ofdpa_flow_tbl_term_mac() argument
893 if (is_multicast_ether_addr(eth_dst)) { in ofdpa_flow_tbl_term_mac()
907 ether_addr_copy(entry->key.term_mac.eth_dst, eth_dst); in ofdpa_flow_tbl_term_mac()
917 int flags, const u8 *eth_dst, in ofdpa_flow_tbl_bridge() argument
926 bool dflt = !eth_dst || eth_dst_mask; in ofdpa_flow_tbl_bridge()
935 if (eth_dst) { in ofdpa_flow_tbl_bridge()
937 ether_addr_copy(entry->key.bridge.eth_dst, eth_dst); 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()
1017 else if (is_link_local_ether_addr(eth_dst)) in ofdpa_flow_tbl_acl()
1030 if (eth_dst) in ofdpa_flow_tbl_acl()
1031 ether_addr_copy(entry->key.acl.eth_dst, eth_dst); in ofdpa_flow_tbl_acl()
1210 ether_addr_copy(entry->l3_unicast.eth_dst, dst_mac); in ofdpa_group_l3_unicast()
1249 const u8 *eth_dst, bool ttl_check) in ofdpa_neigh_update() argument
1251 if (eth_dst) { in ofdpa_neigh_update()
1252 ether_addr_copy(entry->eth_dst, eth_dst); in ofdpa_neigh_update()
1260 int flags, __be32 ip_addr, const u8 *eth_dst) in ofdpa_port_ipv4_neigh() argument
1291 ether_addr_copy(entry->eth_dst, eth_dst); in ofdpa_port_ipv4_neigh()
1298 ofdpa_neigh_update(found, eth_dst, true); in ofdpa_port_ipv4_neigh()
1318 entry->eth_dst, in ofdpa_port_ipv4_neigh()
1412 resolved = !is_zero_ether_addr(found->eth_dst); in ofdpa_port_ipv4_nh()
1544 const u8 *eth_dst; member
1554 .eth_dst = ll_mac,
1560 .eth_dst = zero_mac,
1567 .eth_dst = ipv4_mcast,
1575 .eth_dst = ipv6_mcast,
1588 .eth_dst = 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()
1661 ctrl->eth_type, ctrl->eth_dst, in ofdpa_port_ctrl_vlan_term()