Searched refs:r_algo (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libilb/common/
H A Dilb_rules.c125 rl->rl_algo = rd->r_algo;
268 rd.r_algo = rl->rl_algo;
H A Dlibilb.h225 ilb_algo_t r_algo; /* round-robin, hash-ip, etc. */ member in struct:rule_data
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_subr.c696 if (rd->r_algo == 0 || rd->r_topo == 0) {
1007 rd->r_algo = i_val_from_str(val, &algo_types[0]);
1008 if (rd->r_algo == ILBD_BAD_VAL)
H A Dilbadm_rules.c437 if (algo2bare_str(rd->r_algo, buf, bufsize) == 0)
1232 algo2str(rd->r_algo, linebuf, sz);

Completed in 82 milliseconds