Searched refs:in6_dev (Results 1 – 1 of 1) sorted by relevance
1745 static void qeth_l3_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) in qeth_l3_add_mc6() argument1752 for (im6 = in6_dev->mc_list; im6 != NULL; im6 = im6->next) { in qeth_l3_add_mc6()1753 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0); in qeth_l3_add_mc6()1794 struct inet6_dev *in6_dev; in qeth_l3_add_multicast_ipv6() local1799 in6_dev = in6_dev_get(card->dev); in qeth_l3_add_multicast_ipv6()1800 if (in6_dev == NULL) in qeth_l3_add_multicast_ipv6()1802 read_lock_bh(&in6_dev->lock); in qeth_l3_add_multicast_ipv6()1803 qeth_l3_add_mc6(card, in6_dev); in qeth_l3_add_multicast_ipv6()1805 read_unlock_bh(&in6_dev->lock); in qeth_l3_add_multicast_ipv6()1806 in6_dev_put(in6_dev); in qeth_l3_add_multicast_ipv6()[all …]