Home
last modified time | relevance | path

Searched refs:metadata_dst (Results 1 – 25 of 28) sorted by relevance

12

/kernel/linux/linux-5.10/include/net/
Ddst_metadata.h19 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 …]
Dip_tunnels.h102 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,
Dip6_tunnel.h140 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
Dudp_tunnel.h156 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
/kernel/linux/linux-5.10/net/core/
Ddst.c123 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 …]
Dfilter.c4323 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/
Dbr_vlan_tunnel.c46 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()
Dbr_private.h102 struct metadata_dst __rcu *tunnel_dst;
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_repr.h7 struct metadata_dst;
53 struct metadata_dst *dst;
/kernel/linux/linux-5.10/include/net/tc_act/
Dtc_tunnel_key.h17 struct metadata_dst *tcft_enc_metadata;
/kernel/linux/linux-5.10/net/ipv4/
Dudp_tunnel_core.c203 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()
Dip_tunnel_core.c125 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md, in iptunnel_metadata_reply()
128 struct metadata_dst *res; in iptunnel_metadata_reply()
Dipip.c216 struct metadata_dst *tun_dst = NULL; in ipip_tunnel_rcv()
Dip_gre.c264 struct metadata_dst *tun_dst = NULL; in erspan_rcv()
352 struct metadata_dst *tun_dst = NULL; in __ipgre_rcv()
Dip_tunnel.c363 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
/kernel/linux/linux-5.10/net/openvswitch/
Dflow.h45 struct metadata_dst *tun_dst;
/kernel/linux/linux-5.10/net/netfilter/
Dnft_tunnel.c154 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/
Dtc.c520 struct metadata_dst *tun_dst; in mlx5e_restore_tunnel()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_tunnel.c826 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()
Dip6_gre.c504 struct metadata_dst *tun_dst; in ip6gre_rcv()
556 struct metadata_dst *tun_dst; in ip6erspan_rcv()
/kernel/linux/linux-5.10/net/sched/
Dact_tunnel_key.c365 struct metadata_dst *metadata = NULL; in tunnel_key_init()
/kernel/linux/linux-5.10/drivers/net/
Dbareudp.c56 struct metadata_dst *tun_dst = NULL; in bareudp_udp_encap_recv()
Dvxlan.c1715 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()
Dgeneve.c219 struct metadata_dst *tun_dst = NULL; in geneve_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1420 struct metadata_dst *dst;

12