Home
last modified time | relevance | path

Searched refs:container_type (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c988 const struct btf_type *container_type; in bpf_map_find_btf_info() local
1010 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()
/Linux-v4.19/net/netfilter/ipvs/
Dip_vs_ctl.c2874 static int ip_vs_genl_fill_stats(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats() argument
2877 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() argument
2907 struct nlattr *nl_stats = nla_nest_start(skb, container_type); in ip_vs_genl_fill_stats64()