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
163 struct rtmsg { struct164 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;
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;
127 struct rtgenmsg *rtmsg; in neightbl_msg_parser() local
1184 struct rtmsg rtmsg = { in rtnl_route_build_msg() local