Home
last modified time | relevance | path

Searched refs:IFLA_STATS_FILTER_BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.c5319 return (mask & IFLA_STATS_FILTER_BIT(attrid)) && in stats_attr_valid()
5476 IFLA_STATS_FILTER_BIT(attr_id_cpu_hit))) { in rtnl_offload_xstats_fill()
5487 (off_filter_mask & IFLA_STATS_FILTER_BIT(attr_id_hw_s_info))) { in rtnl_offload_xstats_fill()
5499 (off_filter_mask & IFLA_STATS_FILTER_BIT(attr_id_l3_stats))) { in rtnl_offload_xstats_fill()
5562 IFLA_STATS_FILTER_BIT(attr_id_cpu_hit)) { in rtnl_offload_xstats_get_size()
5568 IFLA_STATS_FILTER_BIT(IFLA_OFFLOAD_XSTATS_HW_S_INFO)) in rtnl_offload_xstats_get_size()
5572 IFLA_STATS_FILTER_BIT(IFLA_OFFLOAD_XSTATS_L3_STATS)) { in rtnl_offload_xstats_get_size()
5860 if (!(filters->mask[0] & IFLA_STATS_FILTER_BIT(at))) { in rtnl_stats_get_parse_filters()
5921 if (ifsm->filter_mask >= IFLA_STATS_FILTER_BIT(IFLA_STATS_MAX + 1)) { in rtnl_valid_stats_req()
6061 IFLA_STATS_FILTER_BIT(IFLA_STATS_LINK_OFFLOAD_XSTATS); in rtnl_offload_xstats_notify()
[all …]
/openbmc/linux/tools/include/uapi/linux/
H A Dif_link.h1163 #define IFLA_STATS_FILTER_BIT(ATTR) (1 << (ATTR - 1)) macro
/openbmc/linux/include/uapi/linux/
H A Dif_link.h1248 #define IFLA_STATS_FILTER_BIT(ATTR) (1 << (ATTR - 1)) macro