Searched refs:dst_cache_init (Results 1 – 11 of 11) sorted by relevance
| /linux/include/net/ |
| H A D | dst_cache.h | 98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
|
| /linux/net/core/ |
| H A D | dst_cache.c | 163 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 D | peer.c | 36 if (unlikely(dst_cache_init(&peer->endpoint_cache, GFP_KERNEL))) in wg_peer_create()
|
| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 231 ret = dst_cache_init(&ilwt->dst_cache, GFP_ATOMIC); in ila_build_state()
|
| /linux/net/tipc/ |
| H A D | udp_media.c | 315 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 D | seg6_iptunnel.c | 733 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 D | rpl_iptunnel.c | 105 err = dst_cache_init(&rlwt->cache, GFP_ATOMIC); in rpl_build_state()
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 120 ret = dst_cache_init(&peer->dst_cache, GFP_KERNEL); in ovpn_peer_new()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel_core.c | 716 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 704 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 2769 err = dst_cache_init(&tun_dst->u.tun_info.dst_cache, GFP_KERNEL); in validate_and_copy_set_tun()
|