/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | robust_av.c | 43 /* 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 D | altq_subr.c | 1309 * 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 D | altq_var.h | 39 * 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 D | if_altq.h | 77 * set by a classifier. 86 void *pattr_class; /* sched class set by classifier */
|
H A D | altq.h | 37 #define ALTQ3_CLFIER_COMPAT /* for compatibility with altq-3 classifier */
|
H A D | altq_priq.h | 109 struct acc_classifier pif_classifier; /* classifier */
|
H A D | altq_cbq.c | 466 /* grab class set by classifier */ in cbq_enqueue()
|
H A D | altq_codel.c | 215 /* grab class set by classifier */ in codel_enqueue()
|
H A D | altq_priq.c | 455 /* grab class set by classifier */ in priq_enqueue()
|
H A D | altq_fairq.c | 492 /* grab class set by classifier */ in fairq_enqueue()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_eaction.c | 78 * classifier callback can look back into O_EXTERNAL_ACTION opcode (it 176 .classifier = eaction_classify,
|
H A D | ip_fw_table.c | 2916 .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 D | ip_fw_private.h | 569 * 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 D | faq.rst | 146 Using the form <verb>-<units> or <verb>-<classifier>-<units> helps in
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,k3-am654-cpsw-nuss.yaml | 34 Configurable number of classifier/policers
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | IRSimilarityIdentifier.h | 591 // 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 D | ip_dummynet.h | 241 A QUEUE defines a classifier, which groups packets into flows
|
/freebsd/contrib/libxo/doc/_static/ |
H A D | basic.css_t | 517 .classifier {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetLoweringObjectFile.cpp | 196 /// getKindForGlobal - This is a top-level target-independent classifier for
|
/freebsd/sys/netpfil/ipfw/nat64/ |
H A D | nat64clat_control.c | 555 .classifier = nat64clat_classify,
|
H A D | nat64stl_control.c | 560 .classifier = nat64stl_classify,
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_type.h | 845 /* Packet Classifier Types for filters */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86BaseInfo.h | 748 /// 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 D | ng_car.c | 37 * - Decouple functionality into a simple classifier (g/y/r)
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_format.5 | 905 Using the form <verb>\-<units> or <verb>\-<classifier>\-<units> helps in
|