Home
last modified time | relevance | path

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

/linux/include/net/
H A Ddst_cache.h98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
/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/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.c315 if (dst_cache_init(&rcast->dst_cache, GFP_ATOMIC)) { in tipc_udp_rcast_add()
780 err = dst_cache_init(&ub->rcast.dst_cache, GFP_ATOMIC); in tipc_udp_enable()
/linux/net/ipv6/
H A Dseg6_iptunnel.c733 err = dst_cache_init(&slwt->cache_input, GFP_ATOMIC); in seg6_build_state()
737 err = dst_cache_init(&slwt->cache_output, GFP_ATOMIC); in seg6_build_state()
H A Drpl_iptunnel.c105 err = dst_cache_init(&rlwt->cache, GFP_ATOMIC); in rpl_build_state()
/linux/drivers/net/ovpn/
H A Dpeer.c120 ret = dst_cache_init(&peer->dst_cache, GFP_KERNEL); in ovpn_peer_new()
/linux/net/ipv4/
H A Dip_tunnel_core.c716 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
/linux/drivers/net/vxlan/
H A Dvxlan_mdb.c704 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_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()