Searched refs:in6_dev (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dndisc.c340 struct inet6_dev *in6_dev; local
345 in6_dev = in6_dev_get(dev);
346 if (in6_dev == NULL) {
351 parms = in6_dev->nd_parms;
383 in6_dev_put(in6_dev);
1017 struct inet6_dev *in6_dev; local
1043 in6_dev = in6_dev_get(skb->dev);
1044 if (in6_dev == NULL) {
1050 if (in6_dev->cnf.forwarding || !in6_dev
1259 struct inet6_dev *in6_dev; local
[all...]
H A Daddrconf.c1650 struct inet6_dev *in6_dev; local
1677 in6_dev = in6_dev_get(dev);
1679 if (in6_dev == NULL) {
1732 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
1740 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
1741 in6_dev_put(in6_dev);
1749 in6_dev_put(in6_dev);
1757 int max_addresses = in6_dev->cnf.max_addresses;
1761 if (in6_dev->cnf.optimistic_dad &&
1770 ipv6_count_addresses(in6_dev) < max_addresse
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dipv6.c351 struct inet6_dev *in6_dev; local
356 if ((in6_dev = __in6_dev_get(dev)) == NULL) {
361 read_lock_bh(&in6_dev->lock);
362 for (ifp = in6_dev->addr_list; ifp; ifp = ifp->if_next) {
375 read_unlock_bh(&in6_dev->lock);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c5372 struct inet6_dev *in6_dev; local
5378 in6_dev = in6_dev_get(vlan_group_get_device(card->vlangrp, vid));
5379 if (!in6_dev)
5381 for (ifa = in6_dev->addr_list; ifa; ifa = ifa->lst_next){
5392 in6_dev_put(in6_dev);
5802 qeth_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) argument
5809 for (im6 = in6_dev->mc_list; im6 != NULL; im6 = im6->next) {
5810 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0);
5857 struct inet6_dev *in6_dev; local
5862 in6_dev
[all...]

Completed in 63 milliseconds