Searched refs:r_protocol (Results 1 – 2 of 2) sorted by relevance
197 rule->r_protocol = nla_get_u8(tb[FRA_PROTOCOL]); in rule_msg_parser()294 rtnl_route_proto2str(r->r_protocol, buf, sizeof(buf))); in rule_dump_line()504 NLA_PUT_U8(msg, FRA_PROTOCOL, tmpl->r_protocol); in build_rule_msg()822 rule->r_protocol = protocol; in rtnl_rule_set_protocol()825 rule->r_protocol = 0; in rtnl_rule_set_protocol()836 *protocol = rule->r_protocol; in rtnl_rule_get_protocol()
364 uint8_t r_protocol; /* protocol that installed rule */ member