Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddst_cache.c163 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp) in dst_cache_init() function
177 EXPORT_SYMBOL_GPL(dst_cache_init);
/linux/include/net/
H A Ddst_cache.h98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
H A Ddst_metadata.h174 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
/linux/drivers/net/wireguard/
H A Dpeer.c36 if (unlikely(dst_cache_init(&peer->endpoint_cache, GFP_KERNEL))) in wg_peer_create()
/linux/net/ipv6/ila/
H A Dila_lwt.c231 ret = dst_cache_init(&ilwt->dst_cache, GFP_ATOMIC); in ila_build_state()
/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()
/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.c704 err = dst_cache_init(&slwt->cache, GFP_ATOMIC); in seg6_build_state()
H A Dip6_gre.c1483 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6gre_tunnel_init_common()
1856 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6erspan_tap_init()
H A Dsit.c1449 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ipip6_tunnel_init()
H A Dip6_tunnel.c1919 ret = dst_cache_init(&t->dst_cache, GFP_KERNEL); in ip6_tnl_dev_init_gen()
/linux/net/netfilter/
H A Dnft_tunnel.c516 err = dst_cache_init(&md->u.tun_info.dst_cache, GFP_KERNEL_ACCOUNT); in nft_tunnel_obj_init()
/linux/drivers/net/ovpn/
H A Dpeer.c116 ret = dst_cache_init(&peer->dst_cache, GFP_KERNEL); in ovpn_peer_new()
/linux/net/ipv4/
H A Dip_tunnel_core.c710 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
H A Dip_tunnel.c1294 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in __ip_tunnel_init()
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c704 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()
H A Dvxlan_core.c590 dst_cache_init(&rd->dst_cache, GFP_ATOMIC | __GFP_NOWARN); in vxlan_fdb_append()
/linux/drivers/net/
H A Dgeneve.c389 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL); in geneve_init()
/linux/net/openvswitch/
H A Dflow_netlink.c2769 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL); in validate_and_copy_set_tun()