Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dinetdevice.h141 struct in_ifaddr { struct
143 struct in_ifaddr __rcu *ifa_next; argument
144 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 …]