Searched refs:r_oifname (Results 1 – 2 of 2) sorted by relevance
130 nla_strlcpy(rule->r_oifname, tb[FRA_OIFNAME], IFNAMSIZ); in rule_msg_parser()216 nl_dump(p, "oif %s ", r->r_oifname); in rule_dump_line()261 diff |= RULE_DIFF(OIFNAME, strcmp(a->r_oifname, b->r_oifname)); in rule_compare()400 NLA_PUT_STRING(msg, FRA_OIFNAME, tmpl->r_oifname); in build_rule_msg()669 strcpy(rule->r_oifname, dev); in rtnl_rule_set_oif()677 return rule->r_oifname; in rtnl_rule_get_oif()
321 char r_oifname[IFNAMSIZ]; member