Searched refs:dst_cache (Results 1 – 10 of 10) sorted by relevance
| /drivers/net/ovpn/ |
| A D | udp.c | 146 struct dst_cache *cache, struct sock *sk, in ovpn_udp4_output() 221 struct dst_cache *cache, struct sock *sk, in ovpn_udp6_output() 297 static int ovpn_udp_output(struct ovpn_peer *peer, struct dst_cache *cache, in ovpn_udp_output() 352 ret = ovpn_udp_output(peer, &peer->dst_cache, sk, skb); in ovpn_udp_send_skb()
|
| A D | peer.h | 99 struct dst_cache dst_cache; member
|
| A D | peer.c | 116 ret = dst_cache_init(&peer->dst_cache, GFP_KERNEL); in ovpn_peer_new() 274 dst_cache_reset(&peer->dst_cache); in ovpn_peer_endpoints_update() 343 dst_cache_destroy(&peer->dst_cache); in ovpn_peer_release_rcu()
|
| A D | netlink.c | 305 dst_cache_reset(&peer->dst_cache); in ovpn_nl_peer_modify()
|
| /drivers/net/ |
| A D | bareudp.c | 332 (struct dst_cache *)&info->dst_cache : NULL); in bareudp_xmit_skb() 402 (struct dst_cache *) &info->dst_cache : NULL); in bareudp6_xmit_skb() 521 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst() 535 use_cache ? &info->dst_cache : NULL); in bareudp_fill_metadata_dst()
|
| A D | geneve.c | 347 err = dst_cache_init(&geneve->cfg.info.dst_cache, GFP_KERNEL); in geneve_init() 360 dst_cache_destroy(&geneve->cfg.info.dst_cache); in geneve_uninit() 850 (struct dst_cache *)&info->dst_cache : NULL); in geneve_xmit_skb() 962 (struct dst_cache *)&info->dst_cache : NULL); in geneve6_xmit_skb() 1103 use_cache ? &info->dst_cache : NULL); in geneve_fill_metadata_dst() 1129 use_cache ? &info->dst_cache : NULL); in geneve_fill_metadata_dst() 1395 dst_cache_reset(&geneve->cfg.info.dst_cache); in geneve_configure() 1750 dst_cache_reset(&cfg.info.dst_cache); in geneve_changelink()
|
| /drivers/net/wireguard/ |
| A D | peer.h | 45 struct dst_cache endpoint_cache;
|
| A D | socket.c | 21 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send4() 98 struct endpoint *endpoint, u8 ds, struct dst_cache *cache) in send6()
|
| /drivers/net/vxlan/ |
| A D | vxlan_core.c | 562 dst_cache_reset(&rd->dst_cache); in vxlan_fdb_replace() 900 dst_cache_destroy(&rd->dst_cache); in vxlan_fdb_create() 921 dst_cache_destroy(&rd->dst_cache); in __vxlan_fdb_free() 963 dst_cache_destroy(&rd->dst_cache); in vxlan_dst_free() 2331 struct dst_cache *dst_cache; in vxlan_xmit_one() local 2392 dst_cache = &rdst->dst_cache; in vxlan_xmit_one() 2435 dst_cache = &info->dst_cache; in vxlan_xmit_one() 2461 tos, use_cache ? dst_cache : NULL); in vxlan_xmit_one() 2540 use_cache ? dst_cache : NULL); in vxlan_xmit_one() 3220 &info->dst_cache); in vxlan_fill_metadata_dst() [all …]
|
| A D | vxlan_mdb.c | 690 dst_cache_destroy(&rd->dst_cache); in vxlan_mdb_rdst_free() 704 err = dst_cache_init(&rd->dst_cache, GFP_KERNEL); in vxlan_mdb_remote_rdst_init()
|
Completed in 35 milliseconds