Symbol: metadata_dst
drivers/net/bareudp.c
63
struct metadata_dst *tun_dst = NULL;
drivers/net/ethernet/airoha/airoha_eth.c
2833
struct metadata_dst *md_dst;
drivers/net/ethernet/airoha/airoha_eth.h
548
struct metadata_dst *dsa_meta[AIROHA_MAX_DSA_PORTS];
drivers/net/ethernet/broadcom/bnge/bnge_txrx.c
1374
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
452
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/broadcom/bnxt/bnxt.h
1865
struct metadata_dst *dst;
drivers/net/ethernet/intel/ice/ice_eswitch.c
113
struct metadata_dst *dst;
drivers/net/ethernet/intel/ice/ice_eswitch.c
245
struct metadata_dst *dst = skb_metadata_dst(skb);
drivers/net/ethernet/intel/ice/ice_repr.h
26
struct metadata_dst *dst;
drivers/net/ethernet/mediatek/mtk_eth_soc.c
3638
struct metadata_dst *md_dst = eth->dsa_meta[i];
drivers/net/ethernet/mediatek/mtk_eth_soc.h
1343
struct metadata_dst *dsa_meta[MTK_MAX_DSA_PORTS];
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
1649
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
1668
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
86
struct metadata_dst *md_dst;
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.h
27
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
5599
struct metadata_dst *tun_dst;
drivers/net/ethernet/netronome/nfp/nfd3/dp.c
177
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/netronome/nfp/nfdk/dp.c
181
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/netronome/nfp/nfp_net_repr.h
53
struct metadata_dst *dst;
drivers/net/ethernet/netronome/nfp/nfp_net_repr.h
7
struct metadata_dst;
drivers/net/geneve.c
264
struct metadata_dst *tun_dst = NULL;
drivers/net/macsec.c
1011
struct metadata_dst *md_dst;
drivers/net/macsec.c
3435
struct metadata_dst *md_dst = secy->tx_sc.md_dst;
drivers/net/pfcp.c
54
struct metadata_dst *tun_dst;
drivers/net/vxlan/vxlan_core.c
1561
struct metadata_dst *tun_dst;
drivers/net/vxlan/vxlan_core.c
1570
tun_dst = (struct metadata_dst *)skb_dst(skb);
drivers/net/vxlan/vxlan_core.c
1724
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
103
const struct metadata_dst *a, *b;
include/net/dst_metadata.h
108
a = (const struct metadata_dst *) skb_dst(skb_a);
include/net/dst_metadata.h
109
b = (const struct metadata_dst *) skb_dst(skb_b);
include/net/dst_metadata.h
133
void metadata_dst_free(struct metadata_dst *);
include/net/dst_metadata.h
134
struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
include/net/dst_metadata.h
136
void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst);
include/net/dst_metadata.h
137
struct metadata_dst __percpu *
include/net/dst_metadata.h
140
static inline struct metadata_dst *tun_rx_dst(int md_size)
include/net/dst_metadata.h
142
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
153
static inline struct metadata_dst *tun_dst_unclone(struct sk_buff *skb)
include/net/dst_metadata.h
155
struct metadata_dst *md_dst = skb_metadata_dst(skb);
include/net/dst_metadata.h
157
struct metadata_dst *new_md;
include/net/dst_metadata.h
189
struct metadata_dst *dst;
include/net/dst_metadata.h
198
static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr,
include/net/dst_metadata.h
206
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
218
static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb,
include/net/dst_metadata.h
224
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
235
static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr,
include/net/dst_metadata.h
244
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
268
static inline struct metadata_dst *ipv6_tun_rx_dst(struct sk_buff *skb,
include/net/dst_metadata.h
44
static inline struct metadata_dst *skb_metadata_dst(const struct sk_buff *skb)
include/net/dst_metadata.h
46
struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb);
include/net/dst_metadata.h
57
struct metadata_dst *md_dst = skb_metadata_dst(skb);
include/net/dst_metadata.h
79
struct metadata_dst *md_dst = skb_metadata_dst(skb);
include/net/ip6_tunnel.h
141
const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
include/net/ip_tunnels.h
140
struct metadata_dst;
include/net/ip_tunnels.h
425
const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
include/net/ip_tunnels.h
627
struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
include/net/macsec.h
213
struct metadata_dst *md_dst;
include/net/macsec.h
37
struct metadata_dst;
include/net/tc_act/tc_tunnel_key.h
18
struct metadata_dst *tcft_enc_metadata;
include/net/udp_tunnel.h
198
struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
include/net/xfrm.h
2293
extern struct metadata_dst __percpu *xfrm_bpf_md_dst;
net/bridge/br_private.h
175
struct metadata_dst __rcu *tunnel_dst;
net/bridge/br_vlan_tunnel.c
190
struct metadata_dst *tunnel_dst;
net/bridge/br_vlan_tunnel.c
46
struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst);
net/bridge/br_vlan_tunnel.c
66
struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst);
net/core/dst.c
120
metadata_dst_free((struct metadata_dst *)dst);
net/core/dst.c
171
struct metadata_dst *md_dst = (struct metadata_dst *)dst;
net/core/dst.c
281
static void __metadata_dst_init(struct metadata_dst *md_dst,
net/core/dst.c
293
struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
net/core/dst.c
296
struct metadata_dst *md_dst;
net/core/dst.c
308
void metadata_dst_free(struct metadata_dst *md_dst)
net/core/dst.c
320
struct metadata_dst __percpu *
net/core/dst.c
324
struct metadata_dst __percpu *md_dst;
net/core/dst.c
328
__alignof__(struct metadata_dst), flags);
net/core/dst.c
339
void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst)
net/core/dst.c
344
struct metadata_dst *one_md_dst = per_cpu_ptr(md_dst, cpu);
net/core/filter.c
4843
static struct metadata_dst __percpu *md_dst;
net/core/filter.c
4848
struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
4930
const struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
4957
struct metadata_dst __percpu *tmp;
net/core/filter.c
6036
struct metadata_dst __percpu *xfrm_bpf_md_dst;
net/core/flow_dissector.c
1085
struct metadata_dst *md_dst = skb_metadata_dst(skb);
net/dsa/tag.c
57
struct metadata_dst *md_dst = skb_metadata_dst(skb);
net/ipv4/ip_gre.c
271
struct metadata_dst *tun_dst = NULL;
net/ipv4/ip_gre.c
369
struct metadata_dst *tun_dst = NULL;
net/ipv4/ip_tunnel.c
378
const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
net/ipv4/ip_tunnel_core.c
142
struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
net/ipv4/ip_tunnel_core.c
146
struct metadata_dst *res;
net/ipv4/ipip.c
220
struct metadata_dst *tun_dst = NULL;
net/ipv4/udp_tunnel_core.c
207
struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
net/ipv4/udp_tunnel_core.c
211
struct metadata_dst *tun_dst;
net/ipv6/ip6_gre.c
469
struct metadata_dst *tun_dst;
net/ipv6/ip6_gre.c
524
struct metadata_dst *tun_dst;
net/ipv6/ip6_tunnel.c
800
struct metadata_dst *tun_dst,
net/ipv6/ip6_tunnel.c
897
struct metadata_dst *tun_dst,
net/ipv6/ip6_tunnel.c
936
struct metadata_dst *tun_dst = NULL;
net/netfilter/nft_tunnel.c
182
struct metadata_dst *md;
net/netfilter/nft_tunnel.c
451
struct metadata_dst *md;
net/openvswitch/flow.h
58
struct metadata_dst *tun_dst;
net/openvswitch/flow_netlink.c
2730
struct metadata_dst *tun_dst;
net/sched/act_tunnel_key.c
365
struct metadata_dst *metadata = NULL;
net/xfrm/xfrm_interface_bpf.c
65
struct metadata_dst *md_dst;
net/xfrm/xfrm_interface_bpf.c
72
struct metadata_dst __percpu *tmp;
net/xfrm/xfrm_interface_core.c
408
struct metadata_dst *md_dst;