Home
last modified time | relevance | path

Searched full:classifier (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/contrib/wpa/wpa_supplicant/
H A Drobust_av.c43 /* Frame classifier */ in wpas_populate_mscs_descriptor_ie()
56 /* classifier parameters */ in wpas_populate_type4_classifier()
89 /* classifier parameters */ in wpas_populate_type10_classifier()
151 /* Frame Classifier */ in wpas_populate_scs_descriptor_ie()
153 /* Frame classifier parameters */ in wpas_populate_scs_descriptor_ie()
171 "Failed to populate frame classifier"); in wpas_populate_scs_descriptor_ie()
328 1 ; /* Classifier Type */ in tclas_elem_len()
333 buf_len += 1 + /* Classifier mask */ in tclas_elem_len()
360 wpa_printf(MSG_ERROR, "%s: Incorrect classifier type %u", in tclas_elem_len()
1113 "QM: Received IPv4 frame classifier with insufficient length %d", in set_frame_classifier_type4_ipv4()
[all …]
/freebsd/sys/net/altq/
H A Daltq_subr.c1309 * altq common classifier
1312 acc_add_filter(classifier, filter, class, phandle) in acc_add_filter() argument
1313 struct acc_classifier *classifier; in acc_add_filter()
1401 afp->f_handle = get_filt_handle(classifier, i);
1405 classifier->acc_fbmask |= afp->f_fbmask;
1413 LIST_FOREACH(tmp, &classifier->acc_filters[i], f_chain) {
1420 LIST_INSERT_HEAD(&classifier->acc_filters[i], afp, f_chain);
1430 acc_delete_filter(classifier, handle) in acc_delete_filter() argument
1431 struct acc_classifier *classifier; in acc_delete_filter()
1437 if ((afp = filth_to_filtp(classifier, handle)) == NULL)
[all …]
H A Daltq_var.h39 * filter structure for altq common classifier
66 #define ACC_LOCK_INIT(ac) mtx_init(&(ac)->acc_mtx, "classifier", MTX_DEF)
78 * flowinfo mask bits used by classifier
H A Dif_altq.h77 * set by a classifier.
86 void *pattr_class; /* sched class set by classifier */
H A Daltq.h37 #define ALTQ3_CLFIER_COMPAT /* for compatibility with altq-3 classifier */
H A Daltq_priq.h109 struct acc_classifier pif_classifier; /* classifier */
H A Daltq_cbq.c466 /* grab class set by classifier */ in cbq_enqueue()
H A Daltq_codel.c215 /* grab class set by classifier */ in codel_enqueue()
H A Daltq_priq.c455 /* grab class set by classifier */ in priq_enqueue()
H A Daltq_fairq.c492 /* grab class set by classifier */ in fairq_enqueue()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw_eaction.c78 * classifier callback can look back into O_EXTERNAL_ACTION opcode (it
176 .classifier = eaction_classify,
H A Dip_fw_table.c2916 .classifier = classify_srcdst,
2926 .classifier = classify_srcdst,
2936 .classifier = classify_flow,
2946 .classifier = classify_mac_lookup,
2956 .classifier = classify_mac_lookup,
2966 .classifier = classify_via,
2976 .classifier = classify_via,
2986 .classifier = classify_via,
3059 if (rw->classifier(cmd, &kidx, &subtype) == 0) in ipfw_switch_tables_namespace()
H A Dip_fw_private.h569 * Classifier callback. Checks if @cmd opcode contains kernel object reference.
626 ipfw_obj_rw_cl *classifier; /* Check if rewrite is needed */ member
/freebsd/contrib/libxo/doc/
H A Dfaq.rst146 Using the form <verb>-<units> or <verb>-<classifier>-<units> helps in
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,k3-am654-cpsw-nuss.yaml34 Configurable number of classifier/policers
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h591 // The flag variable that lets the classifier know whether we should
595 // The flag variable that lets the classifier know whether we should
599 // Flag that lets the classifier know whether we should allow intrinsics to
603 // Flag that lets the classifier know whether we should allow tail calls to
/freebsd/sys/netinet/
H A Dip_dummynet.h241 A QUEUE defines a classifier, which groups packets into flows
/freebsd/contrib/libxo/doc/_static/
H A Dbasic.css_t517 .classifier {
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp196 /// getKindForGlobal - This is a top-level target-independent classifier for
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64clat_control.c555 .classifier = nat64clat_classify,
H A Dnat64stl_control.c560 .classifier = nat64stl_classify,
/freebsd/sys/dev/iavf/
H A Diavf_type.h845 /* Packet Classifier Types for filters */
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h748 /// storing a classifier in the imm8 field. To simplify our implementation,
749 /// we handle this by storeing the classifier in the opcode field and using
/freebsd/sys/netgraph/
H A Dng_car.c37 * - Decouple functionality into a simple classifier (g/y/r)
/freebsd/contrib/libxo/libxo/
H A Dxo_format.5905 Using the form <verb>\-<units> or <verb>\-<classifier>\-<units> helps in

12