Searched refs:exact_match (Results 1 - 14 of 14) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_router_ipv4.bpf.c64 } exact_match SEC(".maps");
118 direct_entry = bpf_map_lookup_elem(&exact_match, &iph->daddr);
H A Dxdp_router_ipv4_user.c649 exact_match_map_fd = bpf_map__fd(skel->maps.exact_match);
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c188 * @param exact_match
196 u32 exact_match)
217 (exact_match && major_version != exact_match)) {
195 __cvmx_bootmem_check_version(struct octeon_device *oct, u32 exact_match) argument
/linux-master/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c259 bool exact_match = hdmi->plat_data->phy_force_vendor; local
274 if (exact_match && pclk == mpll_cfg[i].mpixelclock)
280 if (!exact_match && pclk <= mpll_cfg[i].mpixelclock)
/linux-master/include/linux/
H A Dmod_devicetable.h583 unsigned char exact_match:1; member in struct:dmi_strmatch
602 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
/linux-master/fs/
H A Dchar_dev.c457 static struct kobject *exact_match(dev_t dev, int *part, void *data) function
492 exact_match, exact_lock, p);
/linux-master/drivers/hwmon/
H A Dadm1031.c288 int first_match = -1, exact_match = -1; local
300 exact_match = i;
312 if (exact_match >= 0)
313 return exact_match;
/linux-master/kernel/dma/
H A Ddebug.c272 static bool exact_match(struct dma_debug_entry *a, struct dma_debug_entry *b) function
347 return __hash_bucket_find(bucket, ref, exact_match);
1260 if (!exact_match(&ref, entry))
/linux-master/net/ipv6/
H A Dip6_fib.c1661 * exact_match == true means we try to find fn with exact match of
1663 * exact_match == false means we try to find fn with longest prefix
1673 bool exact_match)
1714 if (exact_match)
1723 bool exact_match)
1729 exact_match);
1740 exact_match);
1670 fib6_locate_1(struct fib6_node *root, const struct in6_addr *addr, int plen, int offset, bool exact_match) argument
1720 fib6_locate(struct fib6_node *root, const struct in6_addr *daddr, int dst_len, const struct in6_addr *saddr, int src_len, bool exact_match) argument
/linux-master/include/net/
H A Dip6_fib.h458 bool exact_match);
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h553 __u8 exact_match:1; member in struct:cpl_pass_accept_req
555 __u8 exact_match:1; member in struct:cpl_pass_accept_req
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3734 list_for_each_entry(elem, &o->registry.exact_match.macs, link) {
3846 if (!list_empty(&o->registry.exact_match.macs))
3864 &o->registry.exact_match.macs);
3867 elem = list_first_entry(&o->registry.exact_match.macs,
3871 INIT_LIST_HEAD(&o->registry.exact_match.macs);
3958 return o->registry.exact_match.num_macs_set;
3969 o->registry.exact_match.num_macs_set = n;
4112 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs);
H A Dbnx2x_sp.h571 } exact_match; member in union:bnx2x_mcast_obj::__anon9
/linux-master/drivers/firmware/
H A Ddmi_scan.c851 if (dmi->matches[i].exact_match) {

Completed in 203 milliseconds