Searched defs:rtmsg (Results 1 – 2 of 2) sorted by relevance
163 struct rtmsg { struct164 unsigned char rtm_family;165 unsigned char rtm_dst_len;166 unsigned char rtm_src_len;167 unsigned char rtm_tos;169 unsigned char rtm_table; /* Routing table id */170 unsigned char rtm_protocol; /* Routing protocol; see below */171 unsigned char rtm_scope; /* See below */ 172 unsigned char rtm_type; /* See below */174 unsigned rtm_flags;
1948 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()1971 struct in6_rtmsg rtmsg; in ipv6_route_ioctl() local