Home
last modified time | relevance | path

Searched refs:metadata_dst_alloc (Results 1 – 11 of 11) sorted by relevance

/linux/include/net/
H A Ddst_metadata.h133 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type,
143 tun_dst = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_rx_dst()
162 new_md = metadata_dst_alloc(md_size, METADATA_IP_TUNNEL, GFP_ATOMIC); in tun_dst_unclone()
/linux/net/core/
H A Ddst.c292 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc() function
306 EXPORT_SYMBOL_GPL(metadata_dst_alloc);
/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c115 repr->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, in ice_eswitch_setup_repr()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c326 repr->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, GFP_KERNEL); in nfp_repr_init()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c400 vf_rep->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, GFP_KERNEL); in bnxt_alloc_vf_rep()
/linux/net/netfilter/
H A Dnft_tunnel.c509 md = metadata_dst_alloc(priv->opts.len, METADATA_IP_TUNNEL, in nft_tunnel_obj_init()
/linux/net/ipv4/
H A Dip_tunnel_core.c139 res = metadata_dst_alloc(src->options_len, METADATA_IP_TUNNEL, flags); in iptunnel_metadata_reply()
/linux/net/xfrm/
H A Dxfrm_interface_core.c410 md_dst = metadata_dst_alloc(0, METADATA_XFRM, GFP_ATOMIC); in xfrmi_rcv_cb()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c726 rx_sc->md_dst = metadata_dst_alloc(0, METADATA_MACSEC, GFP_KERNEL); in mlx5e_macsec_add_rxsc()
/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c2773 md_dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, in airoha_metadata_dst_alloc()
/linux/drivers/net/
H A Dmacsec.c4140 secy->tx_sc.md_dst = metadata_dst_alloc(0, METADATA_MACSEC, GFP_KERNEL); in macsec_add_dev()