Home
last modified time | relevance | path

Searched defs:in_ifaddr (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Dinetdevice.h137 struct in_ifaddr { struct
139 struct in_ifaddr *ifa_next; argument
140 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 …]