Lines Matching refs:l3_unicast

195         } l3_unicast;  member
887 of_dpa_group_find(fc->of_dpa, group->l3_unicast.group_id); in of_dpa_output_l3_unicast()
893 of_dpa_flow_pkt_hdr_rewrite(fc, group->l3_unicast.src_mac.a, in of_dpa_output_l3_unicast()
894 group->l3_unicast.dst_mac.a, in of_dpa_output_l3_unicast()
895 group->l3_unicast.vlan_id); in of_dpa_output_l3_unicast()
2084 group->l3_unicast.group_id = in of_dpa_cmd_add_l3_unicast()
2088 memcpy(group->l3_unicast.src_mac.a, in of_dpa_cmd_add_l3_unicast()
2090 sizeof(group->l3_unicast.src_mac.a)); in of_dpa_cmd_add_l3_unicast()
2094 memcpy(group->l3_unicast.dst_mac.a, in of_dpa_cmd_add_l3_unicast()
2096 sizeof(group->l3_unicast.dst_mac.a)); in of_dpa_cmd_add_l3_unicast()
2100 group->l3_unicast.vlan_id = in of_dpa_cmd_add_l3_unicast()
2105 group->l3_unicast.ttl_check = in of_dpa_cmd_add_l3_unicast()
2522 ngroup->group_id = group->l3_unicast.group_id; in of_dpa_group_fill()
2523 if (group->l3_unicast.vlan_id) { in of_dpa_group_fill()
2525 ngroup->set_vlan_id = ntohs(group->l3_unicast.vlan_id); in of_dpa_group_fill()
2527 if (memcmp(group->l3_unicast.src_mac.a, zero_mac.a, ETH_ALEN)) { in of_dpa_group_fill()
2529 qemu_mac_strdup_printf(group->l3_unicast.src_mac.a); in of_dpa_group_fill()
2531 if (memcmp(group->l3_unicast.dst_mac.a, zero_mac.a, ETH_ALEN)) { in of_dpa_group_fill()
2533 qemu_mac_strdup_printf(group->l3_unicast.dst_mac.a); in of_dpa_group_fill()
2535 if (group->l3_unicast.ttl_check) { in of_dpa_group_fill()
2537 ngroup->ttl_check = group->l3_unicast.ttl_check; in of_dpa_group_fill()