Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.c1369 const struct btf_type *container_type; in btf__get_map_kv_tids() local
1389 container_type = btf__type_by_id(btf, container_id); in btf__get_map_kv_tids()
1390 if (!container_type) { in btf__get_map_kv_tids()
1396 if (!btf_is_struct(container_type) || btf_vlen(container_type) < 2) { in btf__get_map_kv_tids()
1402 key = btf_members(container_type); in btf__get_map_kv_tids()
/linux/net/netfilter/ipvs/
A Dip_vs_ctl.c3012 static int ip_vs_genl_fill_stats(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats() argument
3015 struct nlattr *nl_stats = nla_nest_start_noflag(skb, container_type); in ip_vs_genl_fill_stats()
3042 static int ip_vs_genl_fill_stats64(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats64() argument
3045 struct nlattr *nl_stats = nla_nest_start_noflag(skb, container_type); in ip_vs_genl_fill_stats64()

Completed in 18 milliseconds