| /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_codel.c | 215 /* grab class set by classifier */ in codel_enqueue()
|
| H A D | altq_cbq.c | 468 /* grab class set by classifier */ in cbq_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/nat64/ |
| H A D | ip_fw_nat64.h | 98 .classifier = mod ## _classify, \
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 2604 .classifier = classify_srcdst, 2614 .classifier = classify_srcdst, 2624 .classifier = classify_flow, 2634 .classifier = classify_mac_lookup, 2644 .classifier = classify_mac_lookup, 2654 .classifier = classify_via, 2664 .classifier = classify_via, 2674 .classifier = classify_via, 2747 if (rw->classifier(cmd, &kidx, &subtype) == 0) in ipfw_switch_tables_namespace()
|
| H A D | ip_fw_eaction.c | 80 * classifier callback can look back into O_EXTERNAL_ACTION opcode (it 185 .classifier = eaction_classify,
|
| H A D | ip_fw_private.h | 541 * Classifier callback. Checks if @cmd opcode contains kernel object reference. 598 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/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
|
| /freebsd/contrib/wpa/src/common/ |
| H A D | qca-vendor.h | 15229 * Represents type of classifier parameters present in SCS rule. 15230 * Refer IEEE Std 802.11-2020 Table 9-164 (Frame classifier type). 15231 * Only classifier types 4 and 10 are supported for SCS. 15234 * in case of add/change request type when classifier type is TCLAS4. 15238 * attribute in case of add/change request type when classifier type is TCLAS4 15244 * attribute in case of add/change request type when classifier type is TCLAS4 15250 * attribute in case of add/change request type when classifier type is TCLAS4 15256 * attribute in case of add/change request type when classifier type is TCLAS4 15262 * in case of add/change request type when classifier type is TCLAS4. 15267 * in case of add/change request type when classifier type is TCLAS4. [all …]
|