/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | flow_table.c | 703 u32 *n_mask_hit) in masked_flow_lookup() 713 (*n_mask_hit)++; in masked_flow_lookup() 733 u32 *n_mask_hit, in flow_lookup() 745 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 765 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 788 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats() 799 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats() 805 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 826 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats() 840 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hi in ovs_flow_tbl_lookup_stats() 700 masked_flow_lookup(struct table_instance *ti, const struct sw_flow_key *unmasked, const struct sw_flow_mask *mask, u32 *n_mask_hit) masked_flow_lookup() argument 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 854 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup() local 878 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup_exact() local [all...] |
H A D | flow_table.h | 96 u32 *n_mask_hit,
|
H A D | datapath.h | 38 * @n_mask_hit: Number of masks looked up for flow match. 39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked 48 u64 n_mask_hit; member
|
H A D | datapath.c | 227 u32 n_mask_hit; in ovs_dp_process_packet() local 235 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 272 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet() 711 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | flow_table.c | 704 u32 *n_mask_hit) in masked_flow_lookup() 714 (*n_mask_hit)++; in masked_flow_lookup() 734 u32 *n_mask_hit, in flow_lookup() 746 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 766 flow = masked_flow_lookup(ti, key, mask, n_mask_hit); in flow_lookup() 789 u32 *n_mask_hit, in ovs_flow_tbl_lookup_stats() 800 *n_mask_hit = 0; in ovs_flow_tbl_lookup_stats() 806 return flow_lookup(tbl, ti, ma, key, n_mask_hit, &cache, in ovs_flow_tbl_lookup_stats() 827 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, in ovs_flow_tbl_lookup_stats() 841 flow = flow_lookup(tbl, ti, ma, key, n_mask_hit, n_cache_hi in ovs_flow_tbl_lookup_stats() 701 masked_flow_lookup(struct table_instance *ti, const struct sw_flow_key *unmasked, const struct sw_flow_mask *mask, u32 *n_mask_hit) masked_flow_lookup() argument 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 855 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup() local 879 u32 __always_unused n_mask_hit; ovs_flow_tbl_lookup_exact() local [all...] |
H A D | flow_table.h | 96 u32 *n_mask_hit,
|
H A D | datapath.h | 38 * @n_mask_hit: Number of masks looked up for flow match. 39 * @n_mask_hit / (@n_hit + @n_missed) will be the average masks looked 48 u64 n_mask_hit; member
|
H A D | datapath.c | 254 u32 n_mask_hit; in ovs_dp_process_packet() local 262 &n_mask_hit, &n_cache_hit); in ovs_dp_process_packet() 305 stats->n_mask_hit += n_mask_hit; in ovs_dp_process_packet() 750 mega_stats->n_mask_hit += local_stats.n_mask_hit; in get_dp_stats()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | openvswitch.h | 103 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | openvswitch.h | 111 __u64 n_mask_hit; /* Number of masks used for flow lookups. */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 56 __u64 n_mask_hit; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 56 __u64 n_mask_hit; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | openvswitch.h | 42 __u64 n_mask_hit; member
|