/Linux-v4.19/drivers/net/ |
D | vxlan.c | 1953 struct dst_entry *ndst; in vxlan6_get_route() local 1963 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route() 1964 if (ndst) in vxlan6_get_route() 1965 return ndst; in vxlan6_get_route() 1980 &ndst, &fl6); in vxlan6_get_route() 1986 if (unlikely(ndst->dev == dev)) { in vxlan6_get_route() 1988 dst_release(ndst); in vxlan6_get_route() 1994 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route() 1995 return ndst; in vxlan6_get_route() 2094 struct dst_entry *ndst = NULL; in vxlan_xmit_one() local [all …]
|
/Linux-v4.19/drivers/infiniband/sw/rxe/ |
D | rxe_net.c | 148 struct dst_entry *ndst; in rxe_find_route6() local 158 recv_sockets.sk6->sk, &ndst, &fl6))) { in rxe_find_route6() 163 if (unlikely(ndst->error)) { in rxe_find_route6() 168 return ndst; in rxe_find_route6() 170 dst_release(ndst); in rxe_find_route6()
|
/Linux-v4.19/net/tipc/ |
D | udp_media.c | 186 struct dst_entry *ndst; in tipc_udp_xmit() local 193 err = ipv6_stub->ipv6_dst_lookup(net, ub->ubsock->sk, &ndst, in tipc_udp_xmit() 197 ttl = ip6_dst_hoplimit(ndst); in tipc_udp_xmit() 198 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, in tipc_udp_xmit() 199 ndst->dev, &src->ipv6, in tipc_udp_xmit()
|
/Linux-v4.19/net/core/ |
D | neighbour.c | 1904 struct ndt_stats ndst; in neightbl_fill_info() local 1906 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info() 1912 ndst.ndts_allocs += st->allocs; in neightbl_fill_info() 1913 ndst.ndts_destroys += st->destroys; in neightbl_fill_info() 1914 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info() 1915 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info() 1916 ndst.ndts_lookups += st->lookups; in neightbl_fill_info() 1917 ndst.ndts_hits += st->hits; in neightbl_fill_info() 1918 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info() 1919 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info() [all …]
|
/Linux-v4.19/kernel/ |
D | module.c | 2621 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local 2633 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab() 2638 ndst++; in layout_symtab() 2644 info->stroffs = mod->core_layout.size = info->symoffs + ndst * sizeof(Elf_Sym); in layout_symtab() 2669 unsigned int i, ndst; in add_kallsyms() local 2692 for (ndst = i = 0; i < mod->kallsyms->num_symtab; i++) { in add_kallsyms() 2696 dst[ndst] = src[i]; in add_kallsyms() 2697 dst[ndst++].st_name = s - mod->core_kallsyms.strtab; in add_kallsyms() 2702 mod->core_kallsyms.num_symtab = ndst; in add_kallsyms()
|
/Linux-v4.19/net/xfrm/ |
D | xfrm_state.c | 118 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local 124 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 125 if (!ndst) in xfrm_hash_resize() 129 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize() 134 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize() 145 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize() 151 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize()
|
D | xfrm_policy.c | 453 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() local 457 if (!ndst) in xfrm_bydst_resize() 470 xfrm_dst_hash_transfer(net, odst + i, ndst, nhashmask, dir); in xfrm_bydst_resize() 472 rcu_assign_pointer(net->xfrm.policy_bydst[dir].table, ndst); in xfrm_bydst_resize()
|
/Linux-v4.19/include/net/ |
D | sock.h | 1847 struct dst_entry *ndst, *dst = __sk_dst_get(sk); in dst_negative_advice() local 1852 ndst = dst->ops->negative_advice(dst); in dst_negative_advice() 1854 if (ndst != dst) { in dst_negative_advice() 1855 rcu_assign_pointer(sk->sk_dst_cache, ndst); in dst_negative_advice()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_tunnel.c | 1045 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit() local 1120 ndst = dst; in ip6_tnl_xmit() 1182 if (use_cache && ndst) in ip6_tnl_xmit() 1183 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()
|
/Linux-v4.19/arch/x86/kvm/ |
D | vmx.c | 894 u32 ndst; member 3039 new.ndst = dest; in vmx_vcpu_pi_load() 3041 new.ndst = (dest << 8) & 0xFF00; in vmx_vcpu_pi_load() 13636 new.ndst = dest; in __pi_post_block() 13638 new.ndst = (dest << 8) & 0xFF00; in __pi_post_block() 13706 new.ndst = dest; in pi_pre_block() 13708 new.ndst = (dest << 8) & 0xFF00; in pi_pre_block()
|