Searched refs:md_size (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/net/
H A Ddst_metadata.h139 static inline struct metadata_dst *tun_rx_dst(int md_size) argument
143 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
155 int md_size; local
161 md_size = md_dst->u.tun_info.options_len;
162 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
167 sizeof(struct ip_tunnel_info) + md_size);
203 int md_size)
207 tun_dst = tun_rx_dst(md_size);
220 int md_size)
225 0, flags, tunnel_id, md_size);
197 __ip_tun_set_dst(__be32 saddr, __be32 daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be16 flags, __be64 tunnel_id, int md_size) argument
217 ip_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) argument
228 __ipv6_tun_set_dst(const struct in6_addr *saddr, const struct in6_addr *daddr, __u8 tos, __u8 ttl, __be16 tp_dst, __be32 label, __be16 flags, __be64 tunnel_id, int md_size) argument
261 ipv6_tun_rx_dst(struct sk_buff *skb, __be16 flags, __be64 tunnel_id, int md_size) argument
[all...]
H A Dudp_tunnel.h183 int md_size);
/linux-master/drivers/firmware/efi/
H A Dmemattr.c86 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; local
95 if (md_paddr > in_paddr || (in_paddr - md_paddr) >= md_size)
102 if (md_paddr + md_size < in_paddr + in_size) {
H A Driscv-runtime.c88 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; local
99 res->end = md->phys_addr + md_size - 1;
H A Darm-runtime.c110 u64 md_size = md->num_pages << EFI_PAGE_SHIFT; local
121 res->end = md->phys_addr + md_size - 1;
/linux-master/net/ipv4/
H A Dudp_tunnel_core.c186 __be16 flags, __be64 tunnel_id, int md_size)
192 tun_dst = ip_tun_rx_dst(skb, flags, tunnel_id, md_size);
194 tun_dst = ipv6_tun_rx_dst(skb, flags, tunnel_id, md_size);
185 udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, __be16 flags, __be64 tunnel_id, int md_size) argument
/linux-master/sound/soc/qcom/qdsp6/
H A Daudioreach.h321 uint32_t md_size; member in struct:data_cmd_rsp_rd_sh_mem_ep_data_buffer_done_v2
/linux-master/drivers/md/
H A Dmd.c4783 static struct md_sysfs_entry md_size = variable in typeref:struct:md_sysfs_entry
5640 &md_size.attr,

Completed in 200 milliseconds