Home
last modified time | relevance | path

Searched refs:dstmac (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/fnic/
H A Dfnic_fcs.c683 uint8_t *srcmac, uint8_t *dstmac) in fdls_send_fcoe_frame() argument
696 memcpy(pethhdr->h_dest, dstmac, ETH_ALEN); in fdls_send_fcoe_frame()
735 uint8_t *dstmac, *srcmac; in fnic_send_fcoe_frame() local
743 dstmac = iport->fcfmac; in fnic_send_fcoe_frame()
746 dstmac = FCOE_ALL_FCF_MAC; in fnic_send_fcoe_frame()
749 fdls_send_fcoe_frame(fnic, frame, frame_size, srcmac, dstmac); in fnic_send_fcoe_frame()
/linux/tools/testing/selftests/net/
H A Drtnetlink.sh1124 dstmac=de:ad:be:ef:13:37
1136 run_cmd ip neigh add $dstip lladdr $dstmac dev "$devdummy"
1137 run_cmd_grep "$dstmac" ip neigh get $dstip dev "$devdummy"
1138 run_cmd ip neigh del $dstip lladdr $dstmac dev "$devdummy"
1146 run_cmd ip neigh add $dstip6 lladdr $dstmac dev "$devdummy"
1147 run_cmd_grep "$dstmac" ip neigh get $dstip6 dev "$devdummy"
1148 run_cmd ip neigh del $dstip6 lladdr $dstmac dev "$devdummy"
/linux/Documentation/networking/
H A Dpktgen.rst153 pgset "dstmac 00:00:00:00:00:00" sets MAC destination address
165 The 'minimum' MAC is what you set with dstmac.