/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 734 u32 *n_cache_hit, in flow_lookup() 750 (*n_cache_hit)++; in flow_lookup() 789 u32 *n_cache_hit) in ovs_flow_tbl_lookup_stats() 800 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 827 n_cache_hit, &e->mask_index); in ovs_flow_tbl_lookup_stats() 840 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats() 845 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 855 u32 __always_unused n_cache_hit; in ovs_flow_tbl_lookup() local 864 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup() 729 flow_lookup(struct flow_table *tbl, struct table_instance *ti, struct mask_array *ma, const struct sw_flow_key *key, u32 *n_mask_hit, u32 *n_cache_hit, u32 *index) flow_lookup() argument 785 ovs_flow_tbl_lookup_stats(struct flow_table *tbl, const struct sw_flow_key *key, u32 skb_hash, u32 *n_mask_hit, u32 *n_cache_hit) ovs_flow_tbl_lookup_stats() argument
|
H A D | flow_table.h | 97 u32 *n_cache_hit);
|
H A D | datapath.h | 41 * @n_cache_hit: The number of received packets that had their mask found using 49 u64 n_cache_hit; member
|
H A D | datapath.c | 228 u32 n_cache_hit; in ovs_dp_process_packet() local 235 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 273 stats->n_cache_hit += n_cache_hit; in ovs_dp_process_packet() 712 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 735 u32 *n_cache_hit, in flow_lookup() 751 (*n_cache_hit)++; in flow_lookup() 790 u32 *n_cache_hit) in ovs_flow_tbl_lookup_stats() 801 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 828 n_cache_hit, &e->mask_index); in ovs_flow_tbl_lookup_stats() 841 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hit, in ovs_flow_tbl_lookup_stats() 846 *n_cache_hit = 0; in ovs_flow_tbl_lookup_stats() 856 u32 __always_unused n_cache_hit; in ovs_flow_tbl_lookup() local 865 flow = flow_lookup(tbl, ti, ma, key, &n_mask_hit, &n_cache_hit, &index); in ovs_flow_tbl_lookup() 730 flow_lookup(struct flow_table *tbl, struct table_instance *ti, struct mask_array *ma, const struct sw_flow_key *key, u32 *n_mask_hit, u32 *n_cache_hit, u32 *index) flow_lookup() argument 786 ovs_flow_tbl_lookup_stats(struct flow_table *tbl, const struct sw_flow_key *key, u32 skb_hash, u32 *n_mask_hit, u32 *n_cache_hit) ovs_flow_tbl_lookup_stats() argument
|
H A D | flow_table.h | 97 u32 *n_cache_hit);
|
H A D | datapath.h | 41 * @n_cache_hit: The number of received packets that had their mask found using 49 u64 n_cache_hit; member
|
H A D | datapath.c | 255 u32 n_cache_hit; in ovs_dp_process_packet() local 262 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 306 stats->n_cache_hit += n_cache_hit; in ovs_dp_process_packet() 751 mega_stats->n_cache_hit += local_stats.n_cache_hit; in get_dp_stats()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openvswitch.h | 106 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 114 __u64 n_cache_hit; /* Number of cache matches for flow lookups. */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 59 __u64 n_cache_hit; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 59 __u64 n_cache_hit; member
|