Home
last modified time | relevance | path

Searched refs:dst_mac (Results 1 – 25 of 45) sorted by relevance

12

/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dtc_chains.sh39 flower $tcflags dst_mac $h2mac action drop
58 flower $tcflags dst_mac $h2mac action drop
60 $tcflags dst_mac $h2mac action drop
62 $tcflags dst_mac $h2mac action goto chain 1
129 flower dst_mac 00:00:00:00:00:00/FF:FF:FF:FF:FF:FF &> /dev/null
134 flower dst_mac $h2mac action drop
146 flower dst_mac $h2mac action drop &> /dev/null
Dtc_flower.sh41 $tcflags dst_mac $dummy_mac action drop
43 $tcflags dst_mac $h2mac action drop
Dmirror_gre.sh76 flower ip_proto 0x2f src_mac $swp3mac dst_mac $h3mac \
Dlib.sh824 flower dst_mac $mac action drop
890 flower dst_mac $mac action drop
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc_batch.py54 dst_mac = "e4:12:00:" + mac variable
57 (device, prio, skip, src_mac, dst_mac, share_action))
/Linux-v4.19/drivers/infiniband/hw/qedr/
Dqedr_iw_cm.c403 struct sockaddr_in *dst_in, u8 *dst_mac) in qedr_addr4_resolve() argument
422 ether_addr_copy(dst_mac, neigh->ha); in qedr_addr4_resolve()
423 DP_DEBUG(dev, QEDR_MSG_QP, "mac_addr=[%pM]\n", dst_mac); in qedr_addr4_resolve()
439 struct sockaddr_in6 *dst_in, u8 *dst_mac) in qedr_addr6_resolve() argument
465 ether_addr_copy(dst_mac, neigh->ha); in qedr_addr6_resolve()
466 DP_DEBUG(dev, QEDR_MSG_QP, "mac_addr=[%pM]\n", dst_mac); in qedr_addr6_resolve()
/Linux-v4.19/net/atm/
Dlec.h46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
Dlec.c73 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
1079 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, in lane2_resolve() argument
1090 table = lec_arp_find(priv, dst_mac); in lane2_resolve()
1105 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL); in lane2_resolve()
1113 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb); in lane2_resolve()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb/
Dcpl5_cmd.h237 u8 dst_mac[6]; member
508 u8 dst_mac[6]; member
527 u8 dst_mac[6]; member
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dwmi.h372 u8 dst_mac[WMI_MAC_LEN]; member
378 u8 dst_mac[WMI_MAC_LEN]; member
565 u8 dst_mac[WMI_MAC_LEN]; member
833 u8 dst_mac[WMI_MAC_LEN]; member
840 u8 dst_mac[WMI_MAC_LEN]; member
1490 u8 dst_mac[WMI_MAC_LEN]; member
1496 u8 dst_mac[WMI_MAC_LEN]; member
1535 u8 dst_mac[WMI_MAC_LEN]; member
3506 u8 dst_mac[WMI_MAC_LEN]; member
3558 u8 dst_mac[WMI_MAC_LEN]; member
Dwmi.c2241 ether_addr_copy(del_sta_cmd.dst_mac, mac); in wmi_disconnect_sta()
2246 ether_addr_copy(disc_sta_cmd.dst_mac, mac); in wmi_disconnect_sta()
2534 ether_addr_copy(cmd.dst_mac, mac); in wmi_new_sta()
3103 memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN); in wmi_mgmt_tx()
3154 memcpy(cmd->dst_mac, mgmt_frame->da, WMI_MAC_LEN); in wmi_mgmt_tx_ext()
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_fcoe.c955 con->dst_mac_addr_hi = (conn_info->dst_mac[5] << 8) | in qed_fcoe_offload_conn()
956 conn_info->dst_mac[4]; in qed_fcoe_offload_conn()
957 con->dst_mac_addr_mid = (conn_info->dst_mac[3] << 8) | in qed_fcoe_offload_conn()
958 conn_info->dst_mac[2]; in qed_fcoe_offload_conn()
959 con->dst_mac_addr_lo = (conn_info->dst_mac[1] << 8) | in qed_fcoe_offload_conn()
960 conn_info->dst_mac[0]; in qed_fcoe_offload_conn()
/Linux-v4.19/include/linux/qed/
Dqed_fcoe_if.h41 u8 dst_mac[ETH_ALEN]; member
/Linux-v4.19/drivers/scsi/qedi/
Dqedi_iscsi.h75 u8 dst_mac[ETH_ALEN]; member
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3023 if (mask.dst_mac[0] && !mask.dst_ip[0]) { in i40e_validate_cloud_filter()
3025 f = i40e_find_mac(vsi, data.dst_mac); in i40e_validate_cloud_filter()
3030 data.dst_mac, vf->vf_id); in i40e_validate_cloud_filter()
3059 if (mask.dst_mac[0] & data.dst_mac[0]) { in i40e_validate_cloud_filter()
3060 if (is_broadcast_ether_addr(data.dst_mac) || in i40e_validate_cloud_filter()
3061 is_zero_ether_addr(data.dst_mac)) { in i40e_validate_cloud_filter()
3063 vf->vf_id, data.dst_mac); in i40e_validate_cloud_filter()
3217 cfilter.dst_mac[i] = mask.dst_mac[i] & tcf.dst_mac[i]; in i40e_vc_del_cloud_filter()
3279 if (mask.dst_mac[0]) in i40e_vc_del_cloud_filter()
3351 cfilter->dst_mac[i] = mask.dst_mac[i] & tcf.dst_mac[i]; in i40e_vc_add_cloud_filter()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb3/
Dl2t.c106 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in setup_l2e_send_pending()
Dt3_cpl.h546 __u8 dst_mac[6]; member
1213 __u8 dst_mac[6]; member
1254 __u8 dst_mac[6]; member
/Linux-v4.19/net/core/
Dpktgen.c368 unsigned char dst_mac[ETH_ALEN]; member
605 seq_printf(seq, "%pM\n", pkt_dev->dst_mac); in pktgen_if_show()
1436 if (!mac_pton(valstr, pkt_dev->dst_mac)) in pktgen_if_write()
1439 ether_addr_copy(&pkt_dev->hh[0], pkt_dev->dst_mac); in pktgen_if_write()
1441 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac); in pktgen_if_write()
2063 ether_addr_copy(&(pkt_dev->hh[0]), pkt_dev->dst_mac); in pktgen_setup_inject()
2349 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF); in mod_cur_headers()
2351 tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2353 tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2355 tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
[all …]
/Linux-v4.19/drivers/infiniband/hw/mlx4/
Dmain.c1464 memcpy(mlx4_spec->eth.dst_mac, ib_spec->eth.val.dst_mac, in parse_flow_attr()
1466 memcpy(mlx4_spec->eth.dst_mac_msk, ib_spec->eth.mask.dst_mac, in parse_flow_attr()
1749 err = mlx4_tunnel_steer_add(to_mdev(qp->device)->dev, ib_spec->eth.val.dst_mac, in mlx4_ib_tunnel_steer_add()
1779 if (is_zero_ether_addr(ib_spec->eth.mask.dst_mac)) { in mlx4_ib_add_dont_trap_rule()
1783 u8 mac[ETH_ALEN] = {ib_spec->eth.mask.dst_mac[0] ^ 0x01, in mlx4_ib_add_dont_trap_rule()
1784 ib_spec->eth.mask.dst_mac[1], in mlx4_ib_add_dont_trap_rule()
1785 ib_spec->eth.mask.dst_mac[2], in mlx4_ib_add_dont_trap_rule()
1786 ib_spec->eth.mask.dst_mac[3], in mlx4_ib_add_dont_trap_rule()
1787 ib_spec->eth.mask.dst_mac[4], in mlx4_ib_add_dont_trap_rule()
1788 ib_spec->eth.mask.dst_mac[5]}; in mlx4_ib_add_dont_trap_rule()
[all …]
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx4/
Dmcg.c847 memcpy(rule_hw->eth.dst_mac, spec->eth.dst_mac, ETH_ALEN); in parse_trans_rule()
917 "dmac = %pM ", &cur->eth.dst_mac); in mlx4_err_rule()
1072 memcpy(spec_eth_outer.eth.dst_mac, addr, ETH_ALEN); in mlx4_tunnel_steer_add()
1390 memcpy(spec.eth.dst_mac, &gid[10], ETH_ALEN); in mlx4_trans_to_dmfs_attach()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dl2t.c160 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in write_l2e()
/Linux-v4.19/include/linux/avf/
Dvirtchnl.h540 u8 dst_mac[ETH_ALEN]; member
/Linux-v4.19/Documentation/networking/
Dpktgen.txt96 src_mac: 90:e2:ba:0a:56:b4 dst_mac: 00:1b:21:3c:9d:f8
361 dst_mac
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c1024 &f->data.tcp_spec.dst_mac, in i40evf_print_cloud_filter()
1034 &f->data.tcp_spec.dst_mac, in i40evf_print_cloud_filter()
/Linux-v4.19/include/linux/mlx4/
Ddevice.h1210 u8 dst_mac[ETH_ALEN]; member
1303 u8 dst_mac[6]; member

12