Searched defs:in_ifaddr (Results 1 – 1 of 1) sorted by relevance
137 struct in_ifaddr { struct139 struct in_ifaddr *ifa_next; argument140 struct in_device *ifa_dev;141 struct rcu_head rcu_head;142 __be32 ifa_local;143 __be32 ifa_address;144 __be32 ifa_mask;145 __u32 ifa_rt_priority;146 __be32 ifa_broadcast;147 unsigned char ifa_scope;[all …]