Searched defs:rtmsg (Results 1 – 5 of 5) sorted by relevance
200 struct rtmsg { struct201 unsigned char rtm_family;202 unsigned char rtm_dst_len;203 unsigned char rtm_src_len;204 unsigned char rtm_tos;206 unsigned char rtm_table; /* Routing table id */207 unsigned char rtm_protocol; /* Routing protocol; see below */208 unsigned char rtm_scope; /* See below */ 209 unsigned char rtm_type; /* See below */211 unsigned rtm_flags;
221 struct rtmsg { struct222 unsigned char rtm_family;223 unsigned char rtm_dst_len;224 unsigned char rtm_src_len;225 unsigned char rtm_tos;227 unsigned char rtm_table; /* Routing table id */228 unsigned char rtm_protocol; /* Routing protocol; see below */229 unsigned char rtm_scope; /* See below */ 230 unsigned char rtm_type; /* See below */232 unsigned rtm_flags;
559 struct in6_rtmsg rtmsg; in inet6_ioctl() local
4301 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()4323 int ipv6_route_ioctl(struct net *net, unsigned int cmd, struct in6_rtmsg *rtmsg) in ipv6_route_ioctl()