Searched refs:dst_cache_init (Results 1 – 16 of 16) sorted by relevance
| /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/include/net/ |
| H A D | dst_cache.h | 98 int dst_cache_init(struct dst_cache *dst_cache, gfp_t gfp);
|
| H A D | dst_metadata.h | 174 ret = dst_cache_init(&new_md->u.tun_info.dst_cache, GFP_ATOMIC); in tun_dst_unclone()
|
| /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 | 314 if (dst_cache_init(&rcast->dst_cache, GFP_ATOMIC)) { in tipc_udp_rcast_add() 776 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()
|
| H A D | ioam6_iptunnel.c | 169 err = dst_cache_init(&ilwt->cache, GFP_ATOMIC); in ioam6_build_state()
|
| H A D | ip6_gre.c | 1484 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6gre_tunnel_init_common() 1857 ret = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in ip6erspan_tap_init()
|
| H A D | ip6_tunnel.c | 1931 ret = dst_cache_init(&t->dst_cache, GFP_KERNEL); in ip6_tnl_dev_init_gen()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel_core.c | 710 err = dst_cache_init(&tun_info->dst_cache, GFP_KERNEL); in ip_tun_build_state()
|
| H A D | ip_tunnel.c | 1294 err = dst_cache_init(&tunnel->dst_cache, GFP_KERNEL); in __ip_tunnel_init()
|
| /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()
|
| H A D | vxlan_core.c | 589 dst_cache_init(&rd->dst_cache, GFP_ATOMIC | __GFP_NOWARN); in vxlan_fdb_append()
|
| /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()
|