Searched defs:rtmsg (Results 1 – 3 of 3) sorted by relevance
228 struct rtmsg { struct229 unsigned char rtm_family;230 unsigned char rtm_dst_len;231 unsigned char rtm_src_len;232 unsigned char rtm_tos;234 unsigned char rtm_table; /* Routing table id */235 unsigned char rtm_protocol; /* Routing protocol; see below */236 unsigned char rtm_scope; /* See below */ 237 unsigned char rtm_type; /* See below */239 unsigned rtm_flags;
562 struct in6_rtmsg rtmsg; in inet6_ioctl() local
4435 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()4457 int ipv6_route_ioctl(struct net *net, unsigned int cmd, struct in6_rtmsg *rtmsg) in ipv6_route_ioctl()