Home | History | Annotate | Download | only in checkpolicy

Lines Matching refs:sl

1671 avrule_t *define_cond_pol_list(avrule_t * avlist, avrule_t * sl)
1678 if (sl == NULL) {
1684 sl->next = avlist;
1685 return sl;