Searched defs:in_ifaddr (Results 1 – 2 of 2) sorted by relevance
137 struct in_ifaddr { struct139 struct in_ifaddr __rcu *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 …]
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 …]