Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/net/
A Ddst_metadata.h32 struct metadata_dst { struct
45 struct metadata_dst *md_dst = (struct metadata_dst *) skb_dst(skb); in skb_metadata_dst()
102 const struct metadata_dst *a, *b; in skb_metadata_dst_cmp()
107 a = (const struct metadata_dst *) skb_dst(skb_a); in skb_metadata_dst_cmp()
132 void metadata_dst_free(struct metadata_dst *);
136 struct metadata_dst __percpu *
141 struct metadata_dst *tun_dst; in tun_rx_dst()
156 struct metadata_dst *new_md; in tun_dst_unclone()
188 struct metadata_dst *dst; in skb_tunnel_info_unclone()
205 struct metadata_dst *tun_dst; in __ip_tun_set_dst()
[all …]
A Dip_tunnels.h103 struct metadata_dst;
297 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
443 struct metadata_dst *iptunnel_metadata_reply(struct metadata_dst *md,
A Dmacsec.h36 struct metadata_dst;
212 struct metadata_dst *md_dst;
A Dip6_tunnel.h141 const struct tnl_ptk_info *tpi, struct metadata_dst *tun_dst,
A Dudp_tunnel.h164 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
/linux-6.3-rc2/net/core/
A Ddst.c121 metadata_dst_free((struct metadata_dst *)dst); in dst_destroy()
282 static void __metadata_dst_init(struct metadata_dst *md_dst, in __metadata_dst_init()
294 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc()
297 struct metadata_dst *md_dst; in metadata_dst_alloc()
309 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 …]
/linux-6.3-rc2/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()
/linux-6.3-rc2/net/xfrm/
A Dxfrm_interface_bpf.c67 struct metadata_dst *md_dst; in bpf_skb_set_xfrm_info()
74 struct metadata_dst __percpu *tmp; in bpf_skb_set_xfrm_info()
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_repr.h7 struct metadata_dst;
53 struct metadata_dst *dst;
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_repr.h14 struct metadata_dst *dst;
A Dice_eswitch.c304 struct metadata_dst *dst; in ice_eswitch_setup_reprs()
386 struct metadata_dst *dst = skb_metadata_dst(skb); in ice_eswitch_set_target_vsi()
/linux-6.3-rc2/net/ipv4/
A Dudp_tunnel_core.c185 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family, in udp_tun_rx_dst()
188 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()
/linux-6.3-rc2/include/net/tc_act/
A Dtc_tunnel_key.h17 struct metadata_dst *tcft_enc_metadata;
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
A Dmacsec.h43 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_skb_is_offload()
A Dmacsec.c87 struct metadata_dst *md_dst;
1703 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_handle_tx_skb()
1721 struct metadata_dst *md_dst = skb_metadata_dst(skb); in mlx5e_macsec_tx_build_eseg()
/linux-6.3-rc2/net/dsa/
A Dtag.c57 struct metadata_dst *md_dst = skb_metadata_dst(skb); in dsa_switch_rcv()
/linux-6.3-rc2/net/openvswitch/
A Dflow.h58 struct metadata_dst *tun_dst;
/linux-6.3-rc2/net/netfilter/
A Dnft_tunnel.c182 struct metadata_dst *md;
448 struct metadata_dst *md; in nft_tunnel_obj_init()
/linux-6.3-rc2/net/ipv6/
A Dip6_tunnel.c793 struct metadata_dst *tun_dst, in __ip6_tnl_rcv()
877 struct metadata_dst *tun_dst, in ip6_tnl_rcv()
916 struct metadata_dst *tun_dst = NULL; in ipxip6_rcv()
/linux-6.3-rc2/drivers/net/
A Dbareudp.c63 struct metadata_dst *tun_dst = NULL; in bareudp_udp_encap_recv()
/linux-6.3-rc2/net/sched/
A Dact_tunnel_key.c366 struct metadata_dst *metadata = NULL; in tunnel_key_init()
/linux-6.3-rc2/drivers/net/ethernet/mediatek/
A Dmtk_eth_soc.h1182 struct metadata_dst *dsa_meta[MTK_MAX_DSA_PORTS];

Completed in 43 milliseconds

12