Home
last modified time | relevance | path

Searched refs:dst_cache_init (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/net/core/
H A Ddst_cache.c140 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() function
150 EXPORT_SYMBOL_GPL(dst_cache_init);
/openbmc/linux/include/net/
H A Ddst_cache.h98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
H A Ddst_metadata.h173 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
/openbmc/linux/drivers/net/wireguard/
H A Dpeer.c36 if (unlikely(dst_cache_init(&peer->endpoint_cache, GFP_KERNEL))) in wg_peer_create()
/openbmc/linux/net/ipv6/ila/
H A Dila_lwt.c231 ret = dst_cache_init(&ilwt->dst_cache, GFP_ATOMIC); in ila_build_state()
/openbmc/linux/net/tipc/
H A Dudp_media.c316 if (dst_cache_init(&rcast->dst_cache, GFP_ATOMIC)) { in tipc_udp_rcast_add()
779 err = dst_cache_init(&ub->rcast.dst_cache, GFP_ATOMIC); in tipc_udp_enable()
/openbmc/linux/net/ipv6/
H A Drpl_iptunnel.c105 err = dst_cache_init(&rlwt->cache, GFP_ATOMIC); in rpl_build_state()
H A Dioam6_iptunnel.c169 err = dst_cache_init(&ilwt->cache, GFP_ATOMIC); in ioam6_build_state()
H A Dseg6_iptunnel.c697 err = dst_cache_init(&slwt->cache, GFP_ATOMIC); in seg6_build_state()
H A Dip6_gre.c1496 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6gre_tunnel_init_common()
1891 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6erspan_tap_init()
H A Dsit.c1456 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ipip6_tunnel_init()
H A Dip6_tunnel.c1883 ret = dst_cache_init(&t->dst_cache, GFP_KERNEL); in ip6_tnl_dev_init_gen()
/openbmc/linux/net/netfilter/
H A Dnft_tunnel.c512 err = dst_cache_init(&md->u.tun_info.dst_cache, GFP_KERNEL); in nft_tunnel_obj_init()
/openbmc/linux/net/sched/
H A Dact_tunnel_key.c480 ret = dst_cache_init(&metadata->u.tun_info.dst_cache, GFP_KERNEL); in tunnel_key_init()
/openbmc/linux/net/ipv4/
H A Dip_tunnel_core.c686 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
H A Dip_tunnel.c1280 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip_tunnel_init()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c698 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()
H A Dvxlan_core.c609 if (dst_cache_init(&rd->dst_cache, GFP_ATOMIC)) { in vxlan_fdb_append()
/openbmc/linux/drivers/net/
H A Dgeneve.c346 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL); in geneve_init()
/openbmc/linux/net/openvswitch/
H A Dflow_netlink.c2805 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL); in validate_and_copy_set_tun()