Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/linux/
A Drtnetlink.h237 struct rtmsg { struct
238 unsigned char rtm_family;
239 unsigned char rtm_dst_len;
240 unsigned char rtm_src_len;
241 unsigned char rtm_tos;
243 unsigned char rtm_table; /* Routing table id */
244 unsigned char rtm_protocol; /* Routing protocol; see below */
245 unsigned char rtm_scope; /* See below */
246 unsigned char rtm_type; /* See below */
248 unsigned rtm_flags;
/linux-6.3-rc2/net/ipv6/
A Daf_inet6.c565 struct in6_rtmsg rtmsg; in inet6_ioctl() local
A Droute.c4423 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()
4445 int ipv6_route_ioctl(struct net *net, unsigned int cmd, struct in6_rtmsg *rtmsg) in ipv6_route_ioctl()

Completed in 21 milliseconds