Home
last modified time | relevance | path

Searched refs:enable_stats (Results 1 – 5 of 5) sorted by relevance

/linux/tools/lib/bpf/
H A Dbpf.c1287 const size_t attr_sz = offsetofend(union bpf_attr, enable_stats); in bpf_enable_stats()
1292 attr.enable_stats.type = type; in bpf_enable_stats()
/linux/include/uapi/linux/
H A Dbpf.h1822 } enable_stats; member
/linux/tools/include/uapi/linux/
H A Dbpf.h1822 } enable_stats; member
/linux/kernel/bpf/
H A Dsyscall.c5632 #define BPF_ENABLE_STATS_LAST_FIELD enable_stats.type
5643 switch (attr->enable_stats.type) { in bpf_enable_stats()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c14751 bool enable_stats = !!test_bit(I40E_FLAG_VEB_STATS_ENA, pf->flags); in i40e_add_veb() local
14756 &veb->seid, enable_stats, NULL); in i40e_add_veb()