Searched defs:rtmsg (Results 1 – 4 of 4) sorted by relevance
245 struct rtmsg { struct 246 rtm_familyrtmsg global() argument 247 rtm_dst_lenrtmsg global() argument 248 rtm_src_lenrtmsg global() argument 249 rtm_tosrtmsg global() argument 251 rtm_tablertmsg global() argument 252 rtm_protocolrtmsg global() argument 253 rtm_scopertmsg global() argument 254 rtm_typertmsg global() argument 256 rtm_flagsrtmsg global() argument
245 struct rtmsg { struct246 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;
558 struct in6_rtmsg rtmsg; inet6_ioctl() local
4554 rtmsg_to_fib6_config(struct net * net,struct in6_rtmsg * rtmsg,struct fib6_config * cfg) rtmsg_to_fib6_config() argument 4576 ipv6_route_ioctl(struct net * net,unsigned int cmd,struct in6_rtmsg * rtmsg) ipv6_route_ioctl() argument [all...]