Searched refs:container_type (Results 1 – 2 of 2) sorted by relevance
988 const struct btf_type *container_type; in bpf_map_find_btf_info() local1010 container_type = btf__type_by_id(btf, container_id); in bpf_map_find_btf_info()1011 if (!container_type) { in bpf_map_find_btf_info()1017 if (BTF_INFO_KIND(container_type->info) != BTF_KIND_STRUCT || in bpf_map_find_btf_info()1018 BTF_INFO_VLEN(container_type->info) < 2) { in bpf_map_find_btf_info()1024 key = (struct btf_member *)(container_type + 1); in bpf_map_find_btf_info()
2874 static int ip_vs_genl_fill_stats(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats() argument2877 struct nlattr *nl_stats = nla_nest_start(skb, container_type); in ip_vs_genl_fill_stats()2904 static int ip_vs_genl_fill_stats64(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats64() argument2907 struct nlattr *nl_stats = nla_nest_start(skb, container_type); in ip_vs_genl_fill_stats64()