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