Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dinetdevice.h143 struct in_ifaddr { struct
145 struct in_ifaddr __rcu *ifa_next; argument
146 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 …]