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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_multi.c1928 slist_t *orig_filter = NULL; local
2020 orig_filter = NULL;
2022 orig_filter = l_alloc_copy(ilg->ilg_filter);
2023 if (orig_filter == NULL) {
2166 if (SLIST_IS_EMPTY(orig_filter)) {
2172 * so if orig_filter isn't empty, the ilg
2175 l_copy(orig_filter, ilg->ilg_filter);
2185 l_free(orig_filter);

Completed in 108 milliseconds