Searched defs:in_ifaddr (Results 1 – 1 of 1) sorted by relevance
141 struct in_ifaddr { struct143 struct in_ifaddr __rcu *ifa_next; argument144 struct in_device *ifa_dev;145 struct rcu_head rcu_head;146 __be32 ifa_local;147 __be32 ifa_address;148 __be32 ifa_mask;149 __u32 ifa_rt_priority;150 __be32 ifa_broadcast;151 unsigned char ifa_scope;[all …]