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