if_inet6.h 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. /*
  2. * inet6 interface/address list definitions
  3. * Linux INET6 implementation
  4. *
  5. * Authors:
  6. * Pedro Roque <roque@di.fc.ul.pt>
  7. *
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version
  12. * 2 of the License, or (at your option) any later version.
  13. */
  14. #ifndef _NET_IF_INET6_H
  15. #define _NET_IF_INET6_H
  16. #include <net/snmp.h>
  17. #include <linux/ipv6.h>
  18. /* inet6_dev.if_flags */
  19. #define IF_RA_OTHERCONF 0x80
  20. #define IF_RA_MANAGED 0x40
  21. #define IF_RA_RCVD 0x20
  22. #define IF_RS_SENT 0x10
  23. #define IF_READY 0x80000000
  24. /* prefix flags */
  25. #define IF_PREFIX_ONLINK 0x01
  26. #define IF_PREFIX_AUTOCONF 0x02
  27. enum {
  28. INET6_IFADDR_STATE_DAD,
  29. INET6_IFADDR_STATE_POSTDAD,
  30. INET6_IFADDR_STATE_UP,
  31. INET6_IFADDR_STATE_DEAD,
  32. };
  33. struct inet6_ifaddr {
  34. struct in6_addr addr;
  35. __u32 prefix_len;
  36. /* In seconds, relative to tstamp. Expiry is at tstamp + HZ * lft. */
  37. __u32 valid_lft;
  38. __u32 prefered_lft;
  39. atomic_t refcnt;
  40. spinlock_t lock;
  41. spinlock_t state_lock;
  42. int state;
  43. __u8 dad_probes;
  44. __u8 flags;
  45. __u16 scope;
  46. unsigned long cstamp; /* created timestamp */
  47. unsigned long tstamp; /* updated timestamp */
  48. struct timer_list dad_timer;
  49. struct inet6_dev *idev;
  50. struct rt6_info *rt;
  51. struct hlist_node addr_lst;
  52. struct list_head if_list;
  53. #ifdef CONFIG_IPV6_PRIVACY
  54. struct list_head tmp_list;
  55. struct inet6_ifaddr *ifpub;
  56. int regen_count;
  57. #endif
  58. bool tokenized;
  59. struct rcu_head rcu;
  60. struct in6_addr peer_addr;
  61. };
  62. struct ip6_sf_socklist {
  63. unsigned int sl_max;
  64. unsigned int sl_count;
  65. struct in6_addr sl_addr[0];
  66. };
  67. #define IP6_SFLSIZE(count) (sizeof(struct ip6_sf_socklist) + \
  68. (count) * sizeof(struct in6_addr))
  69. #define IP6_SFBLOCK 10 /* allocate this many at once */
  70. struct ipv6_mc_socklist {
  71. struct in6_addr addr;
  72. int ifindex;
  73. struct ipv6_mc_socklist __rcu *next;
  74. rwlock_t sflock;
  75. unsigned int sfmode; /* MCAST_{INCLUDE,EXCLUDE} */
  76. struct ip6_sf_socklist *sflist;
  77. struct rcu_head rcu;
  78. };
  79. struct ip6_sf_list {
  80. struct ip6_sf_list *sf_next;
  81. struct in6_addr sf_addr;
  82. unsigned long sf_count[2]; /* include/exclude counts */
  83. unsigned char sf_gsresp; /* include in g & s response? */
  84. unsigned char sf_oldin; /* change state */
  85. unsigned char sf_crcount; /* retrans. left to send */
  86. };
  87. #define MAF_TIMER_RUNNING 0x01
  88. #define MAF_LAST_REPORTER 0x02
  89. #define MAF_LOADED 0x04
  90. #define MAF_NOREPORT 0x08
  91. #define MAF_GSQUERY 0x10
  92. struct ifmcaddr6 {
  93. struct in6_addr mca_addr;
  94. struct inet6_dev *idev;
  95. struct ifmcaddr6 *next;
  96. struct ip6_sf_list *mca_sources;
  97. struct ip6_sf_list *mca_tomb;
  98. unsigned int mca_sfmode;
  99. unsigned char mca_crcount;
  100. unsigned long mca_sfcount[2];
  101. struct timer_list mca_timer;
  102. unsigned int mca_flags;
  103. int mca_users;
  104. atomic_t mca_refcnt;
  105. spinlock_t mca_lock;
  106. unsigned long mca_cstamp;
  107. unsigned long mca_tstamp;
  108. };
  109. /* Anycast stuff */
  110. struct ipv6_ac_socklist {
  111. struct in6_addr acl_addr;
  112. int acl_ifindex;
  113. struct ipv6_ac_socklist *acl_next;
  114. };
  115. struct ifacaddr6 {
  116. struct in6_addr aca_addr;
  117. struct inet6_dev *aca_idev;
  118. struct rt6_info *aca_rt;
  119. struct ifacaddr6 *aca_next;
  120. int aca_users;
  121. atomic_t aca_refcnt;
  122. spinlock_t aca_lock;
  123. unsigned long aca_cstamp;
  124. unsigned long aca_tstamp;
  125. };
  126. #define IFA_HOST IPV6_ADDR_LOOPBACK
  127. #define IFA_LINK IPV6_ADDR_LINKLOCAL
  128. #define IFA_SITE IPV6_ADDR_SITELOCAL
  129. struct ipv6_devstat {
  130. struct proc_dir_entry *proc_dir_entry;
  131. DEFINE_SNMP_STAT(struct ipstats_mib, ipv6);
  132. DEFINE_SNMP_STAT_ATOMIC(struct icmpv6_mib_device, icmpv6dev);
  133. DEFINE_SNMP_STAT_ATOMIC(struct icmpv6msg_mib_device, icmpv6msgdev);
  134. };
  135. struct inet6_dev {
  136. struct net_device *dev;
  137. struct list_head addr_list;
  138. int valid_ll_addr_cnt;
  139. struct ifmcaddr6 *mc_list;
  140. struct ifmcaddr6 *mc_tomb;
  141. spinlock_t mc_lock;
  142. unsigned char mc_qrv;
  143. unsigned char mc_gq_running;
  144. unsigned char mc_ifc_count;
  145. unsigned char mc_dad_count;
  146. unsigned long mc_v1_seen;
  147. unsigned long mc_maxdelay;
  148. struct timer_list mc_gq_timer; /* general query timer */
  149. struct timer_list mc_ifc_timer; /* interface change timer */
  150. struct timer_list mc_dad_timer; /* dad complete mc timer */
  151. struct ifacaddr6 *ac_list;
  152. rwlock_t lock;
  153. atomic_t refcnt;
  154. __u32 if_flags;
  155. int dead;
  156. #ifdef CONFIG_IPV6_PRIVACY
  157. u8 rndid[8];
  158. struct timer_list regen_timer;
  159. struct list_head tempaddr_list;
  160. #endif
  161. struct in6_addr token;
  162. struct neigh_parms *nd_parms;
  163. struct ipv6_devconf cnf;
  164. struct ipv6_devstat stats;
  165. struct timer_list rs_timer;
  166. __u8 rs_probes;
  167. unsigned long tstamp; /* ipv6InterfaceTable update timestamp */
  168. struct rcu_head rcu;
  169. };
  170. static inline void ipv6_eth_mc_map(const struct in6_addr *addr, char *buf)
  171. {
  172. /*
  173. * +-------+-------+-------+-------+-------+-------+
  174. * | 33 | 33 | DST13 | DST14 | DST15 | DST16 |
  175. * +-------+-------+-------+-------+-------+-------+
  176. */
  177. buf[0]= 0x33;
  178. buf[1]= 0x33;
  179. memcpy(buf + 2, &addr->s6_addr32[3], sizeof(__u32));
  180. }
  181. static inline void ipv6_arcnet_mc_map(const struct in6_addr *addr, char *buf)
  182. {
  183. buf[0] = 0x00;
  184. }
  185. static inline void ipv6_ib_mc_map(const struct in6_addr *addr,
  186. const unsigned char *broadcast, char *buf)
  187. {
  188. unsigned char scope = broadcast[5] & 0xF;
  189. buf[0] = 0; /* Reserved */
  190. buf[1] = 0xff; /* Multicast QPN */
  191. buf[2] = 0xff;
  192. buf[3] = 0xff;
  193. buf[4] = 0xff;
  194. buf[5] = 0x10 | scope; /* scope from broadcast address */
  195. buf[6] = 0x60; /* IPv6 signature */
  196. buf[7] = 0x1b;
  197. buf[8] = broadcast[8]; /* P_Key */
  198. buf[9] = broadcast[9];
  199. memcpy(buf + 10, addr->s6_addr + 6, 10);
  200. }
  201. static inline int ipv6_ipgre_mc_map(const struct in6_addr *addr,
  202. const unsigned char *broadcast, char *buf)
  203. {
  204. if ((broadcast[0] | broadcast[1] | broadcast[2] | broadcast[3]) != 0) {
  205. memcpy(buf, broadcast, 4);
  206. } else {
  207. /* v4mapped? */
  208. if ((addr->s6_addr32[0] | addr->s6_addr32[1] |
  209. (addr->s6_addr32[2] ^ htonl(0x0000ffff))) != 0)
  210. return -EINVAL;
  211. memcpy(buf, &addr->s6_addr32[3], 4);
  212. }
  213. return 0;
  214. }
  215. #endif