/kernel/linux/linux-5.10/include/net/ |
D | dst_metadata.h | 19 struct metadata_dst { struct 28 static inline struct metadata_dst *skb_metadata_dst(const struct sk_buff *skb) in skb_metadata_dst() argument 30 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst() 41 struct metadata_dst *md_dst = skb_metadata_dst(skb); in skb_tunnel_info() 66 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp() 71 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp() 72 b = (const struct metadata_dst *) skb_dst(skb_b); in skb_metadata_dst_cmp() 90 void metadata_dst_free(struct metadata_dst *); 91 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, 93 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst); [all …]
|
D | ip_tunnels.h | 102 struct metadata_dst; 285 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, 421 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
|
D | ip6_tunnel.h | 140 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
|
D | udp_tunnel.h | 156 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
|
/kernel/linux/linux-5.10/net/core/ |
D | dst.c | 123 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy() 284 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init() 296 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc() 299 struct metadata_dst *md_dst; in metadata_dst_alloc() 311 void metadata_dst_free(struct metadata_dst *md_dst) in metadata_dst_free() 321 struct metadata_dst __percpu * 325 struct metadata_dst __percpu *md_dst; in metadata_dst_alloc_percpu() 327 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu() 328 __alignof__(struct metadata_dst), flags); in metadata_dst_alloc_percpu() 339 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst) in metadata_dst_free_percpu() [all …]
|
D | filter.c | 4323 static struct metadata_dst __percpu *md_dst; 4328 struct metadata_dst *md = this_cpu_ptr(md_dst); in BPF_CALL_4() 4402 const struct metadata_dst *md = this_cpu_ptr(md_dst); in BPF_CALL_3() 4427 struct metadata_dst __percpu *tmp; in bpf_get_skb_set_tunnel_proto()
|
/kernel/linux/linux-5.10/net/bridge/ |
D | br_vlan_tunnel.c | 46 struct metadata_dst *tdst = rtnl_dereference(vlan->tinfo.tunnel_dst); in vlan_tunnel_info_release() 66 struct metadata_dst *metadata = rtnl_dereference(vlan->tinfo.tunnel_dst); in __vlan_tunnel_info_add() 190 struct metadata_dst *tunnel_dst; in br_handle_egress_vlan_tunnel()
|
D | br_private.h | 102 struct metadata_dst __rcu *tunnel_dst;
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_repr.h | 7 struct metadata_dst; 53 struct metadata_dst *dst;
|
/kernel/linux/linux-5.10/include/net/tc_act/ |
D | tc_tunnel_key.h | 17 struct metadata_dst *tcft_enc_metadata;
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | udp_tunnel_core.c | 203 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst() 206 struct metadata_dst *tun_dst; in udp_tun_rx_dst()
|
D | ip_tunnel_core.c | 125 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply() 128 struct metadata_dst *res; in iptunnel_metadata_reply()
|
D | ipip.c | 216 struct metadata_dst *tun_dst = NULL; in ipip_tunnel_rcv()
|
D | ip_gre.c | 264 struct metadata_dst *tun_dst = NULL; in erspan_rcv() 352 struct metadata_dst *tun_dst = NULL; in __ipgre_rcv()
|
D | ip_tunnel.c | 363 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
|
/kernel/linux/linux-5.10/net/openvswitch/ |
D | flow.h | 45 struct metadata_dst *tun_dst;
|
/kernel/linux/linux-5.10/net/netfilter/ |
D | nft_tunnel.c | 154 struct metadata_dst *md; 419 struct metadata_dst *md; in nft_tunnel_obj_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
D | tc.c | 520 struct metadata_dst *tun_dst; in mlx5e_restore_tunnel()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | ip6_tunnel.c | 826 struct metadata_dst *tun_dst, in __ip6_tnl_rcv() 914 struct metadata_dst *tun_dst, in ip6_tnl_rcv() 953 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv()
|
D | ip6_gre.c | 504 struct metadata_dst *tun_dst; in ip6gre_rcv() 556 struct metadata_dst *tun_dst; in ip6erspan_rcv()
|
/kernel/linux/linux-5.10/net/sched/ |
D | act_tunnel_key.c | 365 struct metadata_dst *metadata = NULL; in tunnel_key_init()
|
/kernel/linux/linux-5.10/drivers/net/ |
D | bareudp.c | 56 struct metadata_dst *tun_dst = NULL; in bareudp_udp_encap_recv()
|
D | vxlan.c | 1715 struct metadata_dst *tun_dst; in vxlan_parse_gbp_hdr() 1722 tun_dst = (struct metadata_dst *)skb_dst(skb); in vxlan_parse_gbp_hdr() 1883 struct metadata_dst *tun_dst; in vxlan_rcv()
|
D | geneve.c | 219 struct metadata_dst *tun_dst = NULL; in geneve_rx()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt.h | 1420 struct metadata_dst *dst;
|