Home
last modified time | relevance | path

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

12

/linux/include/net/
A Ddst_metadata.h19 struct metadata_dst { struct
30 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst()
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()
90 void metadata_dst_free(struct metadata_dst *);
94 struct metadata_dst __percpu *
99 struct metadata_dst *tun_dst; in tun_rx_dst()
114 struct metadata_dst *new_md; in tun_dst_unclone()
134 struct metadata_dst *dst; in skb_tunnel_info_unclone()
151 struct metadata_dst *tun_dst; in __ip_tun_set_dst()
[all …]
A Dip_tunnels.h102 struct metadata_dst;
284 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
420 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
A Dip6_tunnel.h140 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
A Dudp_tunnel.h160 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
/linux/net/core/
A Ddst.c125 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy()
286 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init()
298 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc()
301 struct metadata_dst *md_dst; in metadata_dst_alloc()
313 void metadata_dst_free(struct metadata_dst *md_dst) in metadata_dst_free()
323 struct metadata_dst __percpu *
327 struct metadata_dst __percpu *md_dst; in metadata_dst_alloc_percpu()
329 md_dst = __alloc_percpu_gfp(sizeof(struct metadata_dst) + optslen, in metadata_dst_alloc_percpu()
330 __alignof__(struct metadata_dst), flags); in metadata_dst_alloc_percpu()
341 void metadata_dst_free_percpu(struct metadata_dst __percpu *md_dst) in metadata_dst_free_percpu()
[all …]
/linux/net/bridge/
A 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()
188 struct metadata_dst *tunnel_dst; in br_handle_egress_vlan_tunnel()
A Dbr_private.h153 struct metadata_dst __rcu *tunnel_dst;
/linux/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_repr.h7 struct metadata_dst;
53 struct metadata_dst *dst;
/linux/drivers/net/ethernet/intel/ice/
A Dice_repr.h15 struct metadata_dst *dst;
A Dice_eswitch.c181 struct metadata_dst *dst; in ice_eswitch_setup_reprs()
295 struct metadata_dst *dst = skb_metadata_dst(skb); in ice_eswitch_set_target_vsi()
/linux/net/ipv4/
A Dudp_tunnel_core.c183 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst()
186 struct metadata_dst *tun_dst; in udp_tun_rx_dst()
A 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()
A Dipip.c216 struct metadata_dst *tun_dst = NULL; in ipip_tunnel_rcv()
A Dip_gre.c266 struct metadata_dst *tun_dst = NULL; in erspan_rcv()
354 struct metadata_dst *tun_dst = NULL; in __ipgre_rcv()
A Dip_tunnel.c363 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst, in ip_tunnel_rcv()
/linux/include/net/tc_act/
A Dtc_tunnel_key.h17 struct metadata_dst *tcft_enc_metadata;
/linux/net/openvswitch/
A Dflow.h45 struct metadata_dst *tun_dst;
/linux/net/netfilter/
A Dnft_tunnel.c153 struct metadata_dst *md;
418 struct metadata_dst *md; in nft_tunnel_obj_init()
/linux/net/ipv6/
A Dip6_tunnel.c795 struct metadata_dst *tun_dst, in __ip6_tnl_rcv()
884 struct metadata_dst *tun_dst, in ip6_tnl_rcv()
923 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv()
A Dip6_gre.c504 struct metadata_dst *tun_dst; in ip6gre_rcv()
556 struct metadata_dst *tun_dst; in ip6erspan_rcv()
/linux/net/sched/
A Dact_tunnel_key.c365 struct metadata_dst *metadata = NULL; in tunnel_key_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
A Dtc.c558 struct metadata_dst *tun_dst; in mlx5e_restore_tunnel()
/linux/drivers/net/
A Dbareudp.c56 struct metadata_dst *tun_dst = NULL; in bareudp_udp_encap_recv()
A Dvxlan.c1716 struct metadata_dst *tun_dst; in vxlan_parse_gbp_hdr()
1723 tun_dst = (struct metadata_dst *)skb_dst(skb); in vxlan_parse_gbp_hdr()
1884 struct metadata_dst *tun_dst; in vxlan_rcv()
/linux/drivers/net/ethernet/broadcom/bnxt/
A Dbnxt.h1435 struct metadata_dst *dst;

Completed in 62 milliseconds

12