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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c371 struct inet6_dev *in6_dev; local
376 in6_dev = in6_dev_get(dev);
377 if (in6_dev == NULL) {
382 parms = in6_dev->nd_parms;
414 in6_dev_put(in6_dev);
1112 struct inet6_dev *in6_dev; local
1146 in6_dev = in6_dev_get(skb->dev);
1147 if (in6_dev == NULL) {
1155 in6_dev_put(in6_dev);
1162 if (in6_dev
1395 struct inet6_dev *in6_dev; local
[all...]
H A Daddrconf.c1773 struct inet6_dev *in6_dev; local
1801 in6_dev = in6_dev_get(dev);
1803 if (in6_dev == NULL) {
1867 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
1875 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
1876 in6_dev_put(in6_dev);
1884 in6_dev_put(in6_dev);
1892 int max_addresses = in6_dev->cnf.max_addresses;
1896 if (in6_dev->cnf.optimistic_dad &&
1905 ipv6_count_addresses(in6_dev) < max_addresse
[all...]
H A Dip6mr.c768 struct inet6_dev *in6_dev; local
802 in6_dev = __in6_dev_get(dev);
803 if (in6_dev)
804 in6_dev->cnf.mc_forwarding--;
914 struct inet6_dev *in6_dev; local
955 in6_dev = __in6_dev_get(dev);
956 if (in6_dev)
957 in6_dev->cnf.mc_forwarding++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dndisc.c371 struct inet6_dev *in6_dev; local
376 in6_dev = in6_dev_get(dev);
377 if (in6_dev == NULL) {
382 parms = in6_dev->nd_parms;
414 in6_dev_put(in6_dev);
1112 struct inet6_dev *in6_dev; local
1146 in6_dev = in6_dev_get(skb->dev);
1147 if (in6_dev == NULL) {
1155 in6_dev_put(in6_dev);
1162 if (in6_dev
1395 struct inet6_dev *in6_dev; local
[all...]
H A Daddrconf.c1773 struct inet6_dev *in6_dev; local
1801 in6_dev = in6_dev_get(dev);
1803 if (in6_dev == NULL) {
1867 if (pinfo->autoconf && in6_dev->cnf.autoconf) {
1875 ipv6_inherit_eui64(addr.s6_addr + 8, in6_dev)) {
1876 in6_dev_put(in6_dev);
1884 in6_dev_put(in6_dev);
1892 int max_addresses = in6_dev->cnf.max_addresses;
1896 if (in6_dev->cnf.optimistic_dad &&
1905 ipv6_count_addresses(in6_dev) < max_addresse
[all...]
H A Dip6mr.c768 struct inet6_dev *in6_dev; local
802 in6_dev = __in6_dev_get(dev);
803 if (in6_dev)
804 in6_dev->cnf.mc_forwarding--;
914 struct inet6_dev *in6_dev; local
955 in6_dev = __in6_dev_get(dev);
956 if (in6_dev)
957 in6_dev->cnf.mc_forwarding++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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 list_for_each_entry(ifp, &in6_dev->addr_list, if_list) {
376 read_unlock_bh(&in6_dev->lock);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 list_for_each_entry(ifp, &in6_dev->addr_list, if_list) {
376 read_unlock_bh(&in6_dev->lock);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dqeth_l3_main.c1859 static void qeth_l3_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) argument
1866 for (im6 = in6_dev->mc_list; im6 != NULL; im6 = im6->next) {
1867 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0);
1908 struct inet6_dev *in6_dev; local
1913 in6_dev = in6_dev_get(card->dev);
1914 if (in6_dev == NULL)
1916 read_lock_bh(&in6_dev->lock);
1917 qeth_l3_add_mc6(card, in6_dev);
1919 read_unlock_bh(&in6_dev->lock);
1920 in6_dev_put(in6_dev);
1953 struct inet6_dev *in6_dev; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_main.c1859 static void qeth_l3_add_mc6(struct qeth_card *card, struct inet6_dev *in6_dev) argument
1866 for (im6 = in6_dev->mc_list; im6 != NULL; im6 = im6->next) {
1867 ndisc_mc_map(&im6->mca_addr, buf, in6_dev->dev, 0);
1908 struct inet6_dev *in6_dev; local
1913 in6_dev = in6_dev_get(card->dev);
1914 if (in6_dev == NULL)
1916 read_lock_bh(&in6_dev->lock);
1917 qeth_l3_add_mc6(card, in6_dev);
1919 read_unlock_bh(&in6_dev->lock);
1920 in6_dev_put(in6_dev);
1953 struct inet6_dev *in6_dev; local
[all...]

Completed in 127 milliseconds