Lines Matching defs:netifcon
1378 struct cil_netifcon *netifcon = node->data;
1379 cil_log(CIL_INFO, "NETIFCON %s", netifcon->interface_str);
1381 if (netifcon->if_context != NULL) {
1382 cil_tree_print_context(netifcon->if_context);
1383 } else if (netifcon->if_context_str != NULL) {
1384 cil_log(CIL_INFO, " %s", netifcon->if_context_str);
1387 if (netifcon->packet_context != NULL) {
1388 cil_tree_print_context(netifcon->packet_context);
1389 } else if (netifcon->packet_context_str != NULL) {
1390 cil_log(CIL_INFO, " %s", netifcon->packet_context_str);