Home
last modified time | relevance | path

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

/net/atm/
Dlec.h45 int (*resolve) (struct net_device *dev, const u8 *dst_mac, int force,
Dlec.c70 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force,
1095 static int lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, in lane2_resolve() argument
1106 table = lec_arp_find(priv, dst_mac); in lane2_resolve()
1121 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, NULL); in lane2_resolve()
1129 retval = send_to_lecd(priv, l_arp_xmt, dst_mac, NULL, skb); in lane2_resolve()
/net/core/
Dpktgen.c338 unsigned char dst_mac[ETH_ALEN]; member
575 seq_printf(seq, "%pM\n", pkt_dev->dst_mac); in pktgen_if_show()
1422 if (!mac_pton(valstr, pkt_dev->dst_mac)) in pktgen_if_write()
1425 memcpy(&pkt_dev->hh[0], pkt_dev->dst_mac, ETH_ALEN); in pktgen_if_write()
1427 sprintf(pg_result, "OK: dstmac %pM", pkt_dev->dst_mac); in pktgen_if_write()
2037 memcpy(&(pkt_dev->hh[0]), pkt_dev->dst_mac, ETH_ALEN); in pktgen_setup_inject()
2317 tmp = pkt_dev->dst_mac[5] + (mc & 0xFF); in mod_cur_headers()
2319 tmp = (pkt_dev->dst_mac[4] + ((mc >> 8) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2321 tmp = (pkt_dev->dst_mac[3] + ((mc >> 16) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
2323 tmp = (pkt_dev->dst_mac[2] + ((mc >> 24) & 0xFF) + (tmp >> 8)); in mod_cur_headers()
[all …]
/net/wireless/
Dnl80211.c7690 nla_put(msg, NL80211_WOWLAN_TCP_DST_MAC, ETH_ALEN, tcp->dst_mac) || in nl80211_send_wowlan_tcp()
7875 memcpy(cfg->dst_mac, nla_data(tb[NL80211_WOWLAN_TCP_DST_MAC]), in nl80211_parse_wowlan_tcp()