Home
last modified time | relevance | path

Searched refs:exact_match (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/device-id/
H A Ddmi.h6 #define DMI_EXACT_MATCH(a, b) { .slot = a, .substr = b, .exact_match = 1 }
39 unsigned char exact_match:1; member
/linux/samples/bpf/
H A Dxdp_router_ipv4.bpf.c64 } exact_match SEC(".maps");
118 direct_entry = bpf_map_lookup_elem(&exact_match, &iph->daddr); in xdp_router_ipv4_prog()
H A Dxdp_router_ipv4_user.c649 exact_match_map_fd = bpf_map__fd(skel->maps.exact_match); in main()
/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_console.c196 u32 exact_match) in __cvmx_bootmem_check_version() argument
217 (exact_match && major_version != exact_match)) { in __cvmx_bootmem_check_version()
/linux/fs/
H A Dchar_dev.c454 static struct kobject *exact_match(dev_t dev, int *part, void *data) in exact_match() function
489 exact_match, exact_lock, p); in cdev_add()
/linux/net/ipv6/
H A Dip6_fib.c1724 bool exact_match) in fib6_locate_1() argument
1765 if (exact_match) in fib6_locate_1()
1774 bool exact_match) in fib6_locate() argument
1780 exact_match); in fib6_locate()
1791 exact_match); in fib6_locate()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h553 __u8 exact_match:1; member
555 __u8 exact_match:1; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c3734 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3846 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3864 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3867 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3871 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3958 return o->registry.exact_match.num_macs_set; in bnx2x_mcast_get_registry_size_exact()
3969 o->registry.exact_match.num_macs_set = n; in bnx2x_mcast_set_registry_size_exact()
4112 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()
H A Dbnx2x_sp.h571 } exact_match; member
/linux/include/net/
H A Dip6_fib.h461 bool exact_match);