Searched full:filters (Results 1 – 25 of 1042) sorted by relevance
12345678910>>...42
27 filters=3237 filters=6445 filters=3253 filters=6467 filters=12875 filters=6483 filters=12895 filters=64103 filters=128117 filters=256[all …]
70 <a name="Management-of-Frame-Filters"></a>71 <h3 class="section">8.6 Management of Frame Filters</h3>72 <a name="index-managing-frame-filters"></a>74 <p>Frame filters are Python based utilities to manage and decorate the77 <p>Managing frame filters is performed by several commands available84 <dd><p>Print a list of installed frame filters from all dictionaries, showing94 dictionary resides. When <code>all</code> is specified, all frame filters107 dictionary resides. When <code>all</code> is specified, all frame filters across117 global frame-filters:122 progspace /build/test frame-filters:[all …]
72 <a name="index-frame-filters-api"></a>74 <p>Frame filters are Python objects that manipulate the visibility of a80 are affected. The commands that work with frame filters are:95 filters utilize tools such as the Python’s <code>itertools</code> module to100 <small>GDB</small>. Frame filters are executed on a priority basis and care101 should be taken that some frame filters may have been executed before,102 and that some frame filters will be executed after.104 <p>An important consideration when designing frame filters, and well105 worth reflecting upon, is that frame filters should avoid unwinding114 examples for both frame decorators and filters in later chapters.[all …]
... Projects/VC2017/tifficc/tifficc.vcxproj.filters lcms2-2.12/Projects/VC2017/tifficc/ ...
46 * standard but not required filters don't have constant indices136 PictFilterPtr filters; in PictureAddFilter() local144 if (ps->filters[i].id == id) in PictureAddFilter()146 if (ps->filters) in PictureAddFilter()147 filters = in PictureAddFilter()148 reallocarray(ps->filters, ps->nfilters + 1, sizeof(PictFilterRec)); in PictureAddFilter()150 filters = malloc(sizeof(PictFilterRec)); in PictureAddFilter()151 if (!filters) in PictureAddFilter()153 ps->filters = filters; in PictureAddFilter()155 ps->filters[i].name = PictureGetFilterName(id); in PictureAddFilter()[all …]
17 """Internal functions for working with frame-filters."""31 filters from executing).62 filters from executing).110 # filters to enable/disable them all, just return the combined137 lists, prune any filters with the state set to "disabled", and141 sorted_list: A sorted, pruned list of frame filters to156 of frame filters. Each filter is executed in priority order.173 filters have had a change to execute, or None if no frame174 filters are registered.177 # Get a sorted list of frame filters.[all …]
29 * @list: pointer to the list which contains MAC filters entry50 * ice_fltr_add_mac_list - add list of MAC filters52 * @list: list of filters61 * ice_fltr_remove_mac_list - remove list of MAC filters63 * @list: list of filters72 * ice_fltr_add_vlan_list - add list of VLAN filters74 * @list: list of filters83 * ice_fltr_remove_vlan_list - remove list of VLAN filters85 * @list: list of filters94 * ice_fltr_add_eth_list - add list of ethertype filters[all …]
2 bool "cups-filters"18 This project provides backends, filters, and other software21 additional filters and software developed independently of22 Apple, especially filters for the PDF-centric printing32 http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters34 comment "cups-filters needs a toolchain w/ wchar, C++, threads and dynamic library, gcc >= 4.8"
2 Seccomp BPF (SECure COMPuting with filters)18 Filter (BPF) program, as with socket filters, except that the data27 pointers which constrains all filters to solely evaluating the system38 choosing. Expressive, dynamic filters provide further options down this48 ``CONFIG_HAVE_ARCH_SECCOMP_FILTER``, then filters may be added as below:68 processes will be constrained to the same filters and system78 additional filters may be layered on which will increase evaluation88 filters exist, the return value for the evaluation of a given system166 If multiple filters exist, the return value for the evaluation of a170 multiple filters return values of the same precedence, only the[all …]
256 RX flow rules (ntuple filters)266 The driver utilizes the ethtool interface for configuring ntuple filters,273 When disabling ntuple filters, all the user programed filters are274 flushed from the driver cache and hardware. All needed filters must277 Because of the fixed order of the rules, the location of filters is also fixed:279 - Locations 0 - 15 for VLAN ID filters280 - Locations 16 - 31 for L2 EtherType filters281 - Locations 32 - 39 for L3/L4 5-tuple filters (locations 32, 36 for IPv6)284 destination TCP/UDP/SCTP port) is compared against 8 filters. For IPv4, up to302 At the moment you can not use IPv4 and IPv6 filters at the same time.[all …]
142 flexible filters. For a given flow type, you must clear all Intel Ethernet Flow143 Director filters before changing the input set (for that flow type).149 When disabling ntuple filters, all the user programmed filters are flushed from150 the driver cache and hardware. All needed filters must be re-added when ntuple163 To see the list of filters currently present::167 Application Targeted Routing (ATR) Perfect Filters185 Sideband Perfect Filters187 Sideband Perfect Filters are used to direct traffic that matches specified201 Use the following command to display all of the active filters::209 Where <N> is the filter id displayed when printing all the active filters, and[all …]
176 printf("getpid RET_ALLOW 2 filters (bitmap): %llu ns\n", bitmap2); in main()183 printf("getpid RET_ALLOW 3 filters (full): %llu ns\n", filter1); in main()190 printf("getpid RET_ALLOW 4 filters (full): %llu ns\n", filter2); in main()202 ESTIMATE("total seccomp overhead for 2 bitmapped filters", calc, in main()204 ESTIMATE("total seccomp overhead for 3 full filters", calc, in main()206 ESTIMATE("total seccomp overhead for 4 full filters", calc, in main()212 ESTIMATE("seccomp per-filter overhead (filters / 4)", per_filter2, in main()221 ret |= compare("per-filter (last 2 diff)", "≈", "per-filter (filters / 4)", in main()233 ret |= compare("native + entry + (per filter * 4)", "≈", "4 filters total", in main()
259 * defined default filters.268 * @filters: Filters to apply to a test if it doesn't provide its own283 unsigned int filters);287 * user defined default filters.296 * @filters: Filters to apply to a test if it doesn't provide its own309 unsigned int filters,319 * Note: As no filters are provided the test will use the suite filters instead327 * kutf_add_test_with_filters() - Add a test to a kernel test suite with filters332 * @filters: A set of filtering flags, assigning test categories.338 unsigned int filters);[all …]
13 src/lib/filters.c | 12 +++++++++---16 diff --git a/src/lib/filters.c b/src/lib/filters.c18 --- a/src/lib/filters.c19 +++ b/src/lib/filters.c
740 req->filters[0].flags = VFPF_Q_FILTER_DEST_MAC_VALID; in bnx2x_vfpf_config_mac()742 req->filters[0].flags |= VFPF_Q_FILTER_SET; in bnx2x_vfpf_config_mac()748 memcpy(req->filters[0].mac, addr, ETH_ALEN); in bnx2x_vfpf_config_mac()775 memcpy(req->filters[0].mac, bp->dev->dev_addr, in bnx2x_vfpf_config_mac()949 req->filters[0].flags = VFPF_Q_FILTER_VLAN_TAG_VALID; in bnx2x_vfpf_update_vlan()952 req->filters[0].flags |= VFPF_Q_FILTER_SET; in bnx2x_vfpf_update_vlan()963 req->filters[0].vlan_tag = vid; in bnx2x_vfpf_update_vlan()1655 fl = kzalloc(struct_size(fl, filters, tlv->n_mac_vlan_filters), in bnx2x_vf_mbx_macvlan_list()1661 struct vfpf_q_mac_vlan_filter *msg_filter = &tlv->filters[i]; in bnx2x_vf_mbx_macvlan_list()1665 memset(&fl->filters[j], 0, sizeof(fl->filters[j])); in bnx2x_vf_mbx_macvlan_list()[all …]
321 * defined default filters.330 * @filters: Filters to apply to a test if it doesn't provide its own345 unsigned int filters);349 * user defined default filters.358 * @filters: Filters to apply to a test if it doesn't provide its own371 unsigned int filters,381 * Note: As no filters are provided the test will use the suite filters instead389 * kutf_add_test_with_filters() - Add a test to a kernel test suite with filters394 * @filters: A set of filtering flags, assigning test categories.400 unsigned int filters);[all …]
40 /* Per-VLAN filters information */64 /* AUTO_OLD is used to mark and sweep MAC filters for the device address lists. */82 /* filters have yet to be restored after MC reboot */84 /* Multicast filter chaining allows less-specific filters to receive85 * multicast packets that matched more-specific filters. Early EF10104 * access. When removing filters we must identify them to the
130 struct etm_filters *filters; in etm_addr_filters_alloc() local133 filters = kzalloc_node(sizeof(struct etm_filters), GFP_KERNEL, node); in etm_addr_filters_alloc()134 if (!filters) in etm_addr_filters_alloc()138 memcpy(filters, event->parent->hw.addr_filters, in etm_addr_filters_alloc()139 sizeof(*filters)); in etm_addr_filters_alloc()141 event->hw.addr_filters = filters; in etm_addr_filters_alloc()550 static int etm_addr_filters_validate(struct list_head *filters) in etm_addr_filters_validate() argument556 list_for_each_entry(filter, filters, entry) { in etm_addr_filters_validate()559 * room for filters. in etm_addr_filters_validate()567 * The existing code relies on START/STOP filters in etm_addr_filters_validate()[all …]
18 * when filters are applied.35 * struct etm_filters - set of filters for a session36 * @etm_filter: All the filters for this session.37 * @nr_filters: Number of filters
106 * @filter: filters defined for this context107 * @nr_filters: number of defined filters in the @filter array117 * @filters: last configured filters125 struct pt_filters filters; member
114 filter->filters, in find_filter_type()133 (filter->filters + 1)); in add_filter_type()139 for (i = 0; i < filter->filters; i++) { in add_filter_type()144 if (i < filter->filters) in add_filter_type()148 (filter->filters - i)); in add_filter_type()155 filter->filters++; in add_filter_type()1397 if (!filter->filters) in tep_filter_remove_event()1408 len = (unsigned long)(filter->event_filters + filter->filters) - in tep_filter_remove_event()1412 filter->filters--; in tep_filter_remove_event()1414 memset(&filter->event_filters[filter->filters], 0, in tep_filter_remove_event()[all …]
87 const struct axg_pdm_filters *filters; member150 const struct axg_pdm_filters *filters = priv->cfg->filters; in axg_pdm_get_os() local151 unsigned int os = filters->hcic.ds; in axg_pdm_get_os()160 os *= filters->lpf[i].ds; in axg_pdm_get_os()282 /* Enable the filters */ in axg_pdm_startup()306 const struct axg_pdm_hcic *hcic = &priv->cfg->filters->hcic; in axg_pdm_set_hcic_ctrl()324 const struct axg_pdm_lpf *lpf = &priv->cfg->filters->lpf[index]; in axg_pdm_set_lpf_ctrl()342 const struct axg_pdm_hpf *hpf = &priv->cfg->filters->hpf; in axg_pdm_set_hpf_ctrl()356 const struct axg_pdm_lpf *lpf = priv->cfg->filters->lpf; in axg_pdm_set_lpf_filters()370 /* Set the tap filter values of all 3 filters */ in axg_pdm_set_lpf_filters()[all …]