Searched refs:FLT_OT_LIST_DEL (Results 1 – 3 of 3) sorted by relevance
132 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_ph_free()193 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_sample_expr_free()267 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_sample_free()327 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_str_free()387 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_context_free()458 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_span_free()528 FLT_OT_LIST_DEL(&(acl->list)); in flt_ot_conf_scope_free()538 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_scope_free()603 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_conf_group_free()679 FLT_OT_LIST_DEL(&(acl->list)); in flt_ot_conf_tracer_free()
296 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_scope_span_free()388 FLT_OT_LIST_DEL(&((*ptr)->list)); in flt_ot_scope_context_free()
56 #define FLT_OT_LIST_DEL(a) do { if (FLT_OT_LIST_ISVALID(a)) LIST_DELETE(a); } while (0) macro