Lines Matching defs:md_size
139 static inline struct metadata_dst *tun_rx_dst(int md_size)
143 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC);
155 int md_size;
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);
235 int md_size)
240 tun_dst = tun_rx_dst(md_size);
264 int md_size)
271 md_size);