Searched refs:group_addr (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/net/bridge/ |
H A D | br_stp_bpdu.c | 53 llc_mac_hdr_init(skb, p->dev->dev_addr, p->br->group_addr); br_send_bpdu() 173 if (!ether_addr_equal(dest, br->group_addr)) br_stp_rcv()
|
H A D | br_sysfs_br.c | 286 br->group_addr[0], br->group_addr[1], group_addr_show() 287 br->group_addr[2], br->group_addr[3], group_addr_show() 288 br->group_addr[4], br->group_addr[5]); group_addr_show() 320 br->group_addr[i] = new_addr[i]; group_addr_store() 331 static DEVICE_ATTR_RW(group_addr);
|
H A D | br_vlan.c | 398 br->group_addr[5] = 0x00; recalculate_group_addr() 401 br->group_addr[5] = 0x08; recalculate_group_addr() 413 ~(1u << br->group_addr[5]); br_recalculate_fwd_mask()
|
H A D | br_device.c | 392 ether_addr_copy(br->group_addr, eth_reserved_addr_base); br_dev_setup()
|
H A D | br_private.h | 237 u8 group_addr[ETH_ALEN]; member in struct:net_bridge
|
/linux-4.1.27/drivers/net/fddi/skfp/ |
H A D | fplustm.c | 369 outpw(FM_A(FM_LAGL),(unsigned short)((smc->hw.fp.group_addr.a[4]<<8) + set_formac_addr() 370 smc->hw.fp.group_addr.a[5])) ; set_formac_addr() 371 outpw(FM_A(FM_LAGC),(unsigned short)((smc->hw.fp.group_addr.a[2]<<8) + set_formac_addr() 372 smc->hw.fp.group_addr.a[3])) ; set_formac_addr() 373 outpw(FM_A(FM_LAGM),(unsigned short)((smc->hw.fp.group_addr.a[0]<<8) + set_formac_addr() 374 smc->hw.fp.group_addr.a[1])) ; set_formac_addr() 861 smc->hw.fp.group_addr = fddi_broadcast ; init_fplus()
|
/linux-4.1.27/drivers/net/fddi/skfp/h/ |
H A D | fplustm.h | 228 struct fddi_addr group_addr ; member in struct:s_smt_fp
|
/linux-4.1.27/drivers/net/wireless/ |
H A D | at76c50x-usb.h | 237 u8 group_addr[4][ETH_ALEN]; member in struct:mib_mac_addr
|
H A D | at76c50x-usb.c | 956 for (i = 0; i < ARRAY_SIZE(m->group_addr); i++) at76_dump_mib_mac_addr() 959 m->group_addr[i], m->group_addr_status[i]); at76_dump_mib_mac_addr()
|
/linux-4.1.27/net/mac80211/ |
H A D | tx.c | 41 struct sk_buff *skb, int group_addr, ieee80211_duration() 114 if (group_addr) /* Group address as the destination - no ACK */ ieee80211_duration() 1037 bool group_addr; ieee80211_tx_h_calculate_duration() local 1048 group_addr = is_multicast_ether_addr(hdr->addr1); ieee80211_tx_h_calculate_duration() 1051 ieee80211_duration(tx, skb, group_addr, next_len); ieee80211_tx_h_calculate_duration() 40 ieee80211_duration(struct ieee80211_tx_data *tx, struct sk_buff *skb, int group_addr, int next_frag_len) ieee80211_duration() argument
|
Completed in 259 milliseconds