/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | tc_chains.sh | 39 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
|
D | tc_flower.sh | 41 $tcflags dst_mac $dummy_mac action drop 43 $tcflags dst_mac $h2mac action drop
|
D | mirror_gre.sh | 76 flower ip_proto 0x2f src_mac $swp3mac dst_mac $h3mac \
|
D | lib.sh | 824 flower dst_mac $mac action drop 890 flower dst_mac $mac action drop
|
/Linux-v4.19/tools/testing/selftests/tc-testing/ |
D | tdc_batch.py | 54 dst_mac = "e4:12:00:" + mac variable 57 (device, prio, skip, src_mac, dst_mac, share_action))
|
/Linux-v4.19/drivers/infiniband/hw/qedr/ |
D | qedr_iw_cm.c | 403 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/ |
D | lec.h | 46 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
|
D | lec.c | 73 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/ |
D | cpl5_cmd.h | 237 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/ |
D | wmi.h | 372 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
|
D | wmi.c | 2241 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/ |
D | qed_fcoe.c | 955 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/ |
D | qed_fcoe_if.h | 41 u8 dst_mac[ETH_ALEN]; member
|
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_iscsi.h | 75 u8 dst_mac[ETH_ALEN]; member
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.c | 3023 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/ |
D | l2t.c | 106 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in setup_l2e_send_pending()
|
D | t3_cpl.h | 546 __u8 dst_mac[6]; member 1213 __u8 dst_mac[6]; member 1254 __u8 dst_mac[6]; member
|
/Linux-v4.19/net/core/ |
D | pktgen.c | 368 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/ |
D | main.c | 1464 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/ |
D | mcg.c | 847 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/ |
D | l2t.c | 160 memcpy(req->dst_mac, e->dmac, sizeof(req->dst_mac)); in write_l2e()
|
/Linux-v4.19/include/linux/avf/ |
D | virtchnl.h | 540 u8 dst_mac[ETH_ALEN]; member
|
/Linux-v4.19/Documentation/networking/ |
D | pktgen.txt | 96 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/ |
D | i40evf_virtchnl.c | 1024 &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/ |
D | device.h | 1210 u8 dst_mac[ETH_ALEN]; member 1303 u8 dst_mac[6]; member
|