Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Drtnetlink.h182 struct rtmsg { struct
183 unsigned char rtm_family;
184 unsigned char rtm_dst_len;
185 unsigned char rtm_src_len;
186 unsigned char rtm_tos;
188 unsigned char rtm_table; /* Routing table id */
189 unsigned char rtm_protocol; /* Routing protocol; see below */
190 unsigned char rtm_scope; /* See below */
191 unsigned char rtm_type; /* See below */
193 unsigned rtm_flags;
/linux-4.4.14/net/ipv6/
Droute.c2382 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()
2406 struct in6_rtmsg rtmsg; in ipv6_route_ioctl() local