Searched refs:IF_type (Results 1 – 3 of 3) sorted by relevance
257 if (interface->IF_type == FUNCTION) { in add_by_name()259 } else if (interface->IF_type == DATA) { in add_by_name()274 if (interface->IF_type == FUNCTION) { in add_by_name()613 (p->IF_type == FUNCTION) ? "function" : in print_iface()614 (p->IF_type == DATA) ? "data" : "unknown type", in print_iface()
71 Iftype IF_type; /* type: FUNCTION or DATA */ member
248 Iface.IF_type = token; /* FUNCTION or DATA */ in xlator_start_if()517 switch (Iface.IF_type) { in xlator_end_if()