Searched refs:ip_eth_mc_map (Results 1 – 11 of 11) sorted by relevance
/linux/net/batman-adv/ |
A D | multicast.c | 368 ip_eth_mc_map(pmc->multiaddr, mcast_addr); in batadv_mcast_mla_softif_get_ipv4() 531 ip_eth_mc_map(src->dst.ip4, dst); in batadv_mcast_mla_br_addr_cpy()
|
/linux/net/bridge/ |
A D | br_switchdev.c | 459 ip_eth_mc_map(mp->addr.dst.ip4, mdb->addr); in br_switchdev_mdb_populate()
|
A D | br_multicast.c | 853 ip_eth_mc_map(ip_dst, eth->h_dest); in br_ip4_multicast_alloc_query()
|
/linux/drivers/net/ |
A D | amt.c | 552 ip_eth_mc_map(htonl(INADDR_ALLHOSTS_GROUP), eth->h_dest); in amt_build_igmp_gq() 2269 ip_eth_mc_map(iph->daddr, eth->h_dest); in amt_multicast_data_handler() 2342 ip_eth_mc_map(iph->daddr, eth->h_dest); in amt_membership_query_handler() 2442 ip_eth_mc_map(iph->daddr, eth->h_dest); in amt_update_handler()
|
/linux/include/net/ |
A D | ip.h | 583 static inline void ip_eth_mc_map(__be32 naddr, char *buf) in ip_eth_mc_map() function
|
/linux/net/ipv4/ |
A D | arp.c | 192 ip_eth_mc_map(addr, haddr); in arp_mc_map()
|
/linux/drivers/s390/net/ |
A D | qeth_l3_main.c | 330 ip_eth_mc_map(addr->u.a4.addr, cmd->data.setdelipm.mac); in qeth_l3_send_setdelmc()
|
A D | lcs.c | 1140 ip_eth_mc_map(ipm, mac); in lcs_get_mac_for_ipm()
|
A D | qeth_core_main.c | 5551 ip_eth_mc_map(ip_hdr(skb)->daddr, tg_addr); in qeth_l3_rebuild_skb()
|
/linux/drivers/net/ethernet/mellanox/mlx4/ |
A D | en_ethtool.c | 1452 ip_eth_mc_map(ipv4_dst, mac); in mlx4_en_ethtool_add_mac_rule_by_ipv4()
|
/linux/drivers/infiniband/core/ |
A D | verbs.c | 1736 ip_eth_mc_map(addr, (char *)ah_attr->roce.dmac); in ib_resolve_eth_dmac()
|
Completed in 54 milliseconds