Home | History | Annotate | Download | only in src

Lines Matching defs:netifcon

1971 	struct cil_netifcon *netifcon = current->data;
1977 if (netifcon->if_context_str != NULL) {
1978 rc = cil_resolve_name(current, netifcon->if_context_str, CIL_SYM_CONTEXTS, extra_args, &ifcon_datum);
1982 netifcon->if_context = (struct cil_context*)ifcon_datum;
1984 rc = cil_resolve_context(current, netifcon->if_context, extra_args);
1990 if (netifcon->packet_context_str != NULL) {
1991 rc = cil_resolve_name(current, netifcon->packet_context_str, CIL_SYM_CONTEXTS, extra_args, &packcon_datum);
1995 netifcon->packet_context = (struct cil_context*)packcon_datum;
1997 rc = cil_resolve_context(current, netifcon->packet_context, extra_args);