Lines Matching defs:instance

794 	    "instance: %d, class: %s\n", action_name, flt->name,
795 flt->instance, flt->class_name);
863 /* add filter instance if present */
866 flt->instance) != 0) {
918 "instance: %d, class: %s\n", action_name, flt->name,
919 flt->instance, flt->class_name);
1008 /* add filter instance if present */
1011 flt->instance) != 0) {
1041 * remove the filter named filter_name instance number instance from the
1049 int instance,
1086 /* add instance number if part of multi-instance filter */
1087 if (instance != -1 && nvlist_add_int32(nvl, IPGPC_FILTER_INSTANCE,
1088 instance) != 0) {
1632 /* init max previous filter instance */
1633 maxi = tmpf->instance;
1638 "%s, instance %d for del\n",
1639 tmpf->name, tmpf->instance);
1644 * check and update previous instance
1647 if (tmpf->instance > maxi) {
1648 maxi = tmpf->instance;
1656 * use the max previous instance + 1 for
1657 * the start of the new instance numbers.
1663 * give new instance number.
1667 "%s, instance %d as new\n",
1671 flt->instance = newi++;
1715 "for del\n", flt->name, flt->instance);
2532 flt->instance, act->module_version);
2536 flt->instance);
3600 * is set then the originator is printed, for filters with node names instance
3602 * last instance of the printed filter.
3638 /* print the instance if printall and potential mhomed addresses */
3642 (void) fprintf(fp, "Instance %u\n", (*filter)->instance);
3684 * if not printall advance filter parameter to last instance of this
6384 * Checks whether there is a filter called filter_nm with instance number
6385 * instance in filters list created by us or permanent. Instance value -1
6392 int instance,
6397 instance);
6401 (instance == -1 || filters->instance == instance) &&
6424 flt->instance = -1;
6439 flt->instance);
6456 * also adds an instance number to the filter and if either saddr or
6594 /* add filter instance */
6596 nf->instance = inst;
7203 * filter adding addresses and new instance
7236 * dup filter adding saddr and new instance num and
7264 * dup filter adding daddr and new instance num and
8250 if (filterexist(flt->name, flt->instance,
8979 /* lookup filter instance if present */
8982 &filter->instance);
8984 filter->instance = -1;
9790 * showing objects we didn't create, each instance of a mhome filter,