Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Drtnetlink.h207 struct rtmsg { struct
208 unsigned char rtm_family;
209 unsigned char rtm_dst_len;
210 unsigned char rtm_src_len;
211 unsigned char rtm_tos;
213 unsigned char rtm_table; /* Routing table id */
214 unsigned char rtm_protocol; /* Routing protocol; see below */
215 unsigned char rtm_scope; /* See below */
216 unsigned char rtm_type; /* See below */
218 unsigned rtm_flags;
/Linux-v5.4/net/ipv6/
Droute.c4264 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()
4289 struct in6_rtmsg rtmsg; in ipv6_route_ioctl() local