Searched defs:rtmsg (Results 1 – 7 of 7) sorted by relevance
85 const struct rtmsg *const rtmsg = opaque_data; in decode_route_addr() local293 struct rtmsg rtmsg = { .rtm_family = family }; in DECL_NETLINK_ROUTE_DECODER() local
52 const struct rtmsg *const rtmsg = opaque_data; in decode_rule_addr() local
193 struct rtmsg { struct194 unsigned char rtm_family;195 unsigned char rtm_dst_len;196 unsigned char rtm_src_len;197 unsigned char rtm_tos;199 unsigned char rtm_table; /* Routing table id */200 unsigned char rtm_protocol; /* Routing protocol; see below */201 unsigned char rtm_scope; /* See below */ 202 unsigned char rtm_type; /* See below */204 unsigned rtm_flags;
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;
128 struct rtgenmsg *rtmsg; in neightbl_msg_parser() local
1353 struct rtmsg rtmsg = { in rtnl_route_build_msg() local