Searched refs:r_topo (Results 1 – 4 of 4) sorted by relevance
696 if (rd->r_algo == 0 || rd->r_topo == 0) { in i_check_rule_spec()701 if (rd->r_topo == ILB_TOPO_NAT) { in i_check_rule_spec()884 if (rd->r_topo != ILB_TOPO_NAT) { in i_store_val()1028 rd->r_topo = i_val_from_str(val, &topo_types[0]); in i_store_val()1029 if (rd->r_topo == ILBD_BAD_VAL) in i_store_val()
448 if (topo2bare_str(rd->r_topo, buf, bufsize) == 0) in of_topo()1235 topo2str(rd->r_topo, linebuf, sz); in ilbadm_export_rl()
126 rl->rl_topo = rd->r_topo; in ilb_create_rule()269 rd.r_topo = rl->rl_topo; in i_ilb_walk_one_rule()
226 ilb_topo_t r_topo; /* dsr, NAT, etc */ member