Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Drtnetlink.h163 struct rtmsg { struct
164 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;
/linux-3.3/net/ipv6/
Droute.c1948 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()
1971 struct in6_rtmsg rtmsg; in ipv6_route_ioctl() local