Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Ddev-mtp.c1849 uint16_t container_type; in usb_mtp_handle_data() local
1940 container_type = TYPE_DATA; in usb_mtp_handle_data()
1943 container_type = le16_to_cpu(container.type); in usb_mtp_handle_data()
1945 switch (container_type) { in usb_mtp_handle_data()
/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c3247 static int ip_vs_genl_fill_stats(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats() argument
3250 struct nlattr *nl_stats = nla_nest_start_noflag(skb, container_type); in ip_vs_genl_fill_stats()
3277 static int ip_vs_genl_fill_stats64(struct sk_buff *skb, int container_type, in ip_vs_genl_fill_stats64() argument
3280 struct nlattr *nl_stats = nla_nest_start_noflag(skb, container_type); in ip_vs_genl_fill_stats64()