Symbol: metadata_dst
drivers/net/bareudp.c
63
struct metadata_dst *tun_dst = NULL;
drivers/net/ethernet/airoha/airoha_eth.c
3170
struct metadata_dst *md_dst;
drivers/net/ethernet/airoha/airoha_eth.h
601
struct metadata_dst *dsa_meta[AIROHA_MAX_DSA_PORTS];
drivers/net/ethernet/broadcom/bnge/bnge_txrx.c
1401
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/broadcom/bnxt/bnxt.c
454
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/broadcom/bnxt/bnxt.h
1881
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
243
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
3675
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
1658
struct metadata_dst *md_dst = skb_metadata_dst(skb);
drivers/net/ethernet/mellanox/mlx5/core/en_accel/macsec.c
1677
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
5623
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
273
struct metadata_dst *tun_dst = NULL;
drivers/net/macsec.c
1016
struct metadata_dst *md_dst;
drivers/net/macsec.c
3471
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
1563
struct metadata_dst *tun_dst;
drivers/net/vxlan/vxlan_core.c
1572
tun_dst = (struct metadata_dst *)skb_dst(skb);
drivers/net/vxlan/vxlan_core.c
1726
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
192
struct metadata_dst *dst;
include/net/dst_metadata.h
201
static inline struct metadata_dst *__ip_tun_set_dst(__be32 saddr,
include/net/dst_metadata.h
209
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
221
static inline struct metadata_dst *ip_tun_rx_dst(struct sk_buff *skb,
include/net/dst_metadata.h
227
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
238
static inline struct metadata_dst *__ipv6_tun_set_dst(const struct in6_addr *saddr,
include/net/dst_metadata.h
247
struct metadata_dst *tun_dst;
include/net/dst_metadata.h
271
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
216
struct metadata_dst *md_dst;
include/net/macsec.h
38
struct metadata_dst;
include/net/tc_act/tc_tunnel_key.h
18
struct metadata_dst *tcft_enc_metadata;
include/net/udp_tunnel.h
197
struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
include/net/xfrm.h
2349
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
4927
static struct metadata_dst __percpu *md_dst;
net/core/filter.c
4932
struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
5014
const struct metadata_dst *md = this_cpu_ptr(md_dst);
net/core/filter.c
5041
struct metadata_dst __percpu *tmp;
net/core/filter.c
6158
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
202
struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
net/ipv4/udp_tunnel_core.c
206
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
807
struct metadata_dst *tun_dst,
net/ipv6/ip6_tunnel.c
904
struct metadata_dst *tun_dst,
net/ipv6/ip6_tunnel.c
943
struct metadata_dst *tun_dst = NULL;
net/netfilter/nft_tunnel.c
156
struct metadata_dst *md;
net/netfilter/nft_tunnel.c
425
struct metadata_dst *md;
net/openvswitch/flow.h
58
struct metadata_dst *tun_dst;
net/openvswitch/flow_netlink.c
2806
struct metadata_dst *tun_dst;
net/sched/act_tunnel_key.c
371
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;