Home | History | Annotate | Download | only in src

Lines Matching refs:head

115 	ocontext_t *c, *head;
120 head = policydb->ocontexts[OCON_NETIF];
121 for (c = head; c; c = c->next) {
140 ocontext_t *c, *head;
145 head = policydb->ocontexts[OCON_NETIF];
146 for (c = head; c; c = c->next) {
172 ocontext_t *head, *prev, *c, *iface = NULL;
181 head = policydb->ocontexts[OCON_NETIF];
182 for (c = head; c; c = c->next) {
224 ocontext_t *c, *head;
227 head = policydb->ocontexts[OCON_NETIF];
228 for (c = head; c != NULL; c = c->next)
244 ocontext_t *c, *head;
247 head = policydb->ocontexts[OCON_NETIF];
248 for (c = head; c; c = c->next) {