metadata_dst      337 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	struct metadata_dst *md_dst = skb_metadata_dst(skb);
metadata_dst     1291 drivers/net/ethernet/broadcom/bnxt/bnxt.h 	struct metadata_dst		*dst;
metadata_dst      927 drivers/net/ethernet/netronome/nfp/nfp_net_common.c 	struct metadata_dst *md_dst = skb_metadata_dst(skb);
metadata_dst        7 drivers/net/ethernet/netronome/nfp/nfp_net_repr.h struct metadata_dst;
metadata_dst       53 drivers/net/ethernet/netronome/nfp/nfp_net_repr.h 	struct metadata_dst *dst;
metadata_dst      215 drivers/net/geneve.c 	struct metadata_dst *tun_dst = NULL;
metadata_dst     1538 drivers/net/vxlan.c 	struct metadata_dst *tun_dst;
metadata_dst     1545 drivers/net/vxlan.c 	tun_dst = (struct metadata_dst *)skb_dst(skb);
metadata_dst     1703 drivers/net/vxlan.c 		struct metadata_dst *tun_dst;
metadata_dst       28 include/net/dst_metadata.h static inline struct metadata_dst *skb_metadata_dst(const struct sk_buff *skb)
metadata_dst       30 include/net/dst_metadata.h 	struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb);
metadata_dst       41 include/net/dst_metadata.h 	struct metadata_dst *md_dst = skb_metadata_dst(skb);
metadata_dst       64 include/net/dst_metadata.h 	const struct metadata_dst *a, *b;
metadata_dst       69 include/net/dst_metadata.h 	a = (const struct metadata_dst *) skb_dst(skb_a);
metadata_dst       70 include/net/dst_metadata.h 	b = (const struct metadata_dst *) skb_dst(skb_b);
metadata_dst       88 include/net/dst_metadata.h void metadata_dst_free(struct metadata_dst *);
metadata_dst       89 include/net/dst_metadata.h struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
metadata_dst       91 include/net/dst_metadata.h void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst);
metadata_dst       92 include/net/dst_metadata.h struct metadata_dst __percpu *
metadata_dst       95 include/net/dst_metadata.h static inline struct metadata_dst *tun_rx_dst(int md_size)
metadata_dst       97 include/net/dst_metadata.h 	struct metadata_dst *tun_dst;
metadata_dst      108 include/net/dst_metadata.h static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb)
metadata_dst      110 include/net/dst_metadata.h 	struct metadata_dst *md_dst = skb_metadata_dst(skb);
metadata_dst      112 include/net/dst_metadata.h 	struct metadata_dst *new_md;
metadata_dst      132 include/net/dst_metadata.h 	struct metadata_dst *dst;
metadata_dst      141 include/net/dst_metadata.h static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr,
metadata_dst      149 include/net/dst_metadata.h 	struct metadata_dst *tun_dst;
metadata_dst      161 include/net/dst_metadata.h static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb,
metadata_dst      172 include/net/dst_metadata.h static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr,
metadata_dst      181 include/net/dst_metadata.h 	struct metadata_dst *tun_dst;
metadata_dst      205 include/net/dst_metadata.h static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb,
metadata_dst      140 include/net/ip6_tunnel.h 		const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
metadata_dst      102 include/net/ip_tunnels.h struct metadata_dst;
metadata_dst      284 include/net/ip_tunnels.h 		  const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
metadata_dst      417 include/net/ip_tunnels.h struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
metadata_dst       17 include/net/tc_act/tc_tunnel_key.h 	struct metadata_dst     *tcft_enc_metadata;
metadata_dst      157 include/net/udp_tunnel.h struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
metadata_dst      100 net/bridge/br_private.h 	struct metadata_dst	*tunnel_dst;
metadata_dst       59 net/bridge/br_vlan_tunnel.c 	struct metadata_dst *metadata = NULL;
metadata_dst      127 net/core/dst.c 		metadata_dst_free((struct metadata_dst *)dst);
metadata_dst      258 net/core/dst.c static void __metadata_dst_init(struct metadata_dst *md_dst,
metadata_dst      275 net/core/dst.c struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
metadata_dst      278 net/core/dst.c 	struct metadata_dst *md_dst;
metadata_dst      290 net/core/dst.c void metadata_dst_free(struct metadata_dst *md_dst)
metadata_dst      300 net/core/dst.c struct metadata_dst __percpu *
metadata_dst      304 net/core/dst.c 	struct metadata_dst __percpu *md_dst;
metadata_dst      306 net/core/dst.c 	md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen,
metadata_dst      307 net/core/dst.c 				    __alignof__(struct metadata_dst), flags);
metadata_dst      318 net/core/dst.c void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst)
metadata_dst      324 net/core/dst.c 		struct metadata_dst *one_md_dst = per_cpu_ptr(md_dst, cpu);
metadata_dst     3930 net/core/filter.c static struct metadata_dst __percpu *md_dst;
metadata_dst     3935 net/core/filter.c 	struct metadata_dst *md = this_cpu_ptr(md_dst);
metadata_dst     4009 net/core/filter.c 	const struct metadata_dst *md = this_cpu_ptr(md_dst);
metadata_dst     4034 net/core/filter.c 		struct metadata_dst __percpu *tmp;
metadata_dst      255 net/ipv4/ip_gre.c 	struct metadata_dst *tun_dst = NULL;
metadata_dst      334 net/ipv4/ip_gre.c 	struct metadata_dst *tun_dst = NULL;
metadata_dst      358 net/ipv4/ip_tunnel.c 		  const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
metadata_dst      121 net/ipv4/ip_tunnel_core.c struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
metadata_dst      124 net/ipv4/ip_tunnel_core.c 	struct metadata_dst *res;
metadata_dst      216 net/ipv4/ipip.c 	struct metadata_dst *tun_dst = NULL;
metadata_dst      204 net/ipv4/udp_tunnel.c struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb,  unsigned short family,
metadata_dst      207 net/ipv4/udp_tunnel.c 	struct metadata_dst *tun_dst;
metadata_dst      500 net/ipv6/ip6_gre.c 			struct metadata_dst *tun_dst;
metadata_dst      552 net/ipv6/ip6_gre.c 			struct metadata_dst *tun_dst;
metadata_dst      772 net/ipv6/ip6_tunnel.c 			 struct metadata_dst *tun_dst,
metadata_dst      860 net/ipv6/ip6_tunnel.c 		struct metadata_dst *tun_dst,
metadata_dst      886 net/ipv6/ip6_tunnel.c 	struct metadata_dst *tun_dst = NULL;
metadata_dst      153 net/netfilter/nft_tunnel.c 	struct metadata_dst	*md;
metadata_dst      353 net/netfilter/nft_tunnel.c 	struct metadata_dst *md;
metadata_dst       44 net/openvswitch/flow.h 	struct metadata_dst	*tun_dst;
metadata_dst     2561 net/openvswitch/flow_netlink.c 	struct metadata_dst *tun_dst;
metadata_dst      221 net/sched/act_tunnel_key.c 	struct metadata_dst *metadata = NULL;