Searched defs:rtmsg (Results 1 – 2 of 2) sorted by relevance
182 struct rtmsg { struct183 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;
2120 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()2143 struct in6_rtmsg rtmsg; in ipv6_route_ioctl() local