Home
last modified time | relevance | path

Searched refs:ilbst_rulename (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c199 char *ilbst_rulename; /* optional */ member
721 if (sta->ilbst_rulename != NULL) { in i_get_rule_descs()
722 if (strcasecmp(kp->ks_name, sta->ilbst_rulename) in i_get_rule_descs()
760 if (sta->ilbst_rulename != NULL || i == rcount) { in i_get_rule_descs()
766 if (sta->ilbst_rulename != NULL && i == 0) in i_get_rule_descs()
788 if (sta->ilbst_rulename != NULL) { in i_do_print()
832 if (sta->ilbst_rulename == NULL) in i_do_show_stats()
895 if (sta->ilbst_rulename == NULL) in i_do_show_stats()
1007 case 'r': sta.ilbst_rulename = optarg; in ilbadm_show_stats()