Lines Matching defs:inet6_ifaddr
37 struct inet6_ifaddr { struct
38 struct in6_addr addr;
39 __u32 prefix_len;
40 __u32 rt_priority;
43 __u32 valid_lft;
44 __u32 prefered_lft;
45 refcount_t refcnt;
46 spinlock_t lock;
48 int state;
50 __u32 flags;
51 __u8 dad_probes;
52 __u8 stable_privacy_retry;
77 struct inet6_ifaddr *ifpub; argument
78 int regen_count;
80 bool tokenized;
82 u8 ifa_proto;
84 struct rcu_head rcu;
85 struct in6_addr peer_addr;