Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/net/core/
H A Ddst.c286 struct metadata_dst *metadata_dst_alloc(u8 optslen, enum metadata_type type, in metadata_dst_alloc() function
299 EXPORT_SYMBOL_GPL(metadata_dst_alloc);
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c327 repr->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, GFP_KERNEL); in nfp_repr_init()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_vfr.c402 vf_rep->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, GFP_KERNEL); in bnxt_alloc_vf_rep()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_eswitch.c237 vf->repr->dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, in ice_eswitch_setup_reprs()
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c506 md = metadata_dst_alloc(priv->opts.len, METADATA_IP_TUNNEL, GFP_KERNEL); in nft_tunnel_obj_init()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c136 res = metadata_dst_alloc(src->options_len, METADATA_IP_TUNNEL, flags); in iptunnel_metadata_reply()
/openbmc/linux/net/xfrm/
H A Dxfrm_interface_core.c412 md_dst = metadata_dst_alloc(0, METADATA_XFRM, GFP_ATOMIC); in xfrmi_rcv_cb()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dmacsec.c722 rx_sc->md_dst = metadata_dst_alloc(0, METADATA_MACSEC, GFP_KERNEL); in mlx5e_macsec_add_rxsc()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2799 tun_dst = metadata_dst_alloc(key.tun_opts_len, METADATA_IP_TUNNEL, in validate_and_copy_set_tun()
/openbmc/linux/drivers/net/
H A Dmacsec.c4000 secy->tx_sc.md_dst = metadata_dst_alloc(0, METADATA_MACSEC, GFP_KERNEL); in macsec_add_dev()
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3405 md_dst = metadata_dst_alloc(0, METADATA_HW_PORT_MUX, in mtk_open()