Home
last modified time | relevance | path

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

/linux-6.14.4/include/uapi/linux/
Drtnetlink.h245 struct rtmsg { struct
246 unsigned char rtm_family;
247 unsigned char rtm_dst_len;
248 unsigned char rtm_src_len;
249 unsigned char rtm_tos;
251 unsigned char rtm_table; /* Routing table id */
252 unsigned char rtm_protocol; /* Routing protocol; see below */
253 unsigned char rtm_scope; /* See below */
254 unsigned char rtm_type; /* See below */
256 unsigned rtm_flags;
/linux-6.14.4/net/ipv6/
Daf_inet6.c573 struct in6_rtmsg rtmsg; in inet6_ioctl() local
Droute.c4486 struct in6_rtmsg *rtmsg, in rtmsg_to_fib6_config()
4508 int ipv6_route_ioctl(struct net *net, unsigned int cmd, struct in6_rtmsg *rtmsg) in ipv6_route_ioctl()