Searched refs:r_oifname (Results 1 – 2 of 2) sorted by relevance
146 nla_strlcpy(rule->r_oifname, tb[FRA_OIFNAME], IFNAMSIZ); in rule_msg_parser()263 nl_dump(p, "oif %s ", r->r_oifname); in rule_dump_line()333 diff |= RULE_DIFF(OIFNAME, strcmp(a->r_oifname, b->r_oifname)); in rule_compare()472 NLA_PUT_STRING(msg, FRA_OIFNAME, tmpl->r_oifname); in build_rule_msg()757 strcpy(rule->r_oifname, dev); in rtnl_rule_set_oif()765 return rule->r_oifname; in rtnl_rule_get_oif()
376 char r_oifname[IFNAMSIZ]; member