Lines Matching defs:inet6_ifaddr
33 struct inet6_ifaddr { struct
34 struct in6_addr addr;
35 __u32 prefix_len;
36 __u32 rt_priority;
39 __u32 valid_lft;
40 __u32 prefered_lft;
41 refcount_t refcnt;
42 spinlock_t lock;
44 int state;
46 __u32 flags;
47 __u8 dad_probes;
48 __u8 stable_privacy_retry;
73 struct inet6_ifaddr *ifpub; argument
74 int regen_count;
76 bool tokenized;
78 u8 ifa_proto;
80 struct rcu_head rcu;
81 struct in6_addr peer_addr;