Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dposted_intr.c58 new.ndst = dest; in vmx_vcpu_pi_load()
60 new.ndst = (dest << 8) & 0xFF00; in vmx_vcpu_pi_load()
108 new.ndst = dest; in __pi_post_block()
110 new.ndst = (dest << 8) & 0xFF00; in __pi_post_block()
178 new.ndst = dest; in pi_pre_block()
180 new.ndst = (dest << 8) & 0xFF00; in pi_pre_block()
Dposted_intr.h24 u32 ndst; member
/Linux-v5.10/net/tipc/
Dudp_media.c165 struct dst_entry *ndst; in tipc_udp_xmit() local
169 ndst = dst_cache_get(cache); in tipc_udp_xmit()
171 struct rtable *rt = (struct rtable *)ndst; in tipc_udp_xmit()
194 if (!ndst) { in tipc_udp_xmit()
201 ndst = ipv6_stub->ipv6_dst_lookup_flow(net, in tipc_udp_xmit()
204 if (IS_ERR(ndst)) { in tipc_udp_xmit()
205 err = PTR_ERR(ndst); in tipc_udp_xmit()
208 dst_cache_set_ip6(cache, ndst, &fl6.saddr); in tipc_udp_xmit()
210 ttl = ip6_dst_hoplimit(ndst); in tipc_udp_xmit()
211 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, NULL, in tipc_udp_xmit()
/Linux-v5.10/drivers/infiniband/sw/rxe/
Drxe_net.c84 struct dst_entry *ndst; in rxe_find_route6() local
93 ndst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(recv_sockets.sk6->sk), in rxe_find_route6()
96 if (IS_ERR(ndst)) { in rxe_find_route6()
101 if (unlikely(ndst->error)) { in rxe_find_route6()
106 return ndst; in rxe_find_route6()
108 dst_release(ndst); in rxe_find_route6()
/Linux-v5.10/drivers/net/
Dvxlan.c2453 struct dst_entry *ndst; in vxlan6_get_route() local
2462 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
2463 if (ndst) in vxlan6_get_route()
2464 return ndst; in vxlan6_get_route()
2477 ndst = ipv6_stub->ipv6_dst_lookup_flow(vxlan->net, sock6->sock->sk, in vxlan6_get_route()
2479 if (unlikely(IS_ERR(ndst))) { in vxlan6_get_route()
2484 if (unlikely(ndst->dev == dev)) { in vxlan6_get_route()
2486 dst_release(ndst); in vxlan6_get_route()
2492 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2493 return ndst; in vxlan6_get_route()
[all …]
/Linux-v5.10/net/core/
Dneighbour.c2083 struct ndt_stats ndst; in neightbl_fill_info() local
2085 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2091 ndst.ndts_allocs += st->allocs; in neightbl_fill_info()
2092 ndst.ndts_destroys += st->destroys; in neightbl_fill_info()
2093 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info()
2094 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info()
2095 ndst.ndts_lookups += st->lookups; in neightbl_fill_info()
2096 ndst.ndts_hits += st->hits; in neightbl_fill_info()
2097 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info()
2098 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info()
[all …]
/Linux-v5.10/kernel/
Dmodule.c2723 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local
2735 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab()
2740 ndst++; in layout_symtab()
2746 info->stroffs = mod->core_layout.size = info->symoffs + ndst * sizeof(Elf_Sym); in layout_symtab()
2749 mod->core_layout.size += ndst * sizeof(char); in layout_symtab()
2775 unsigned int i, ndst; in add_kallsyms() local
2798 for (ndst = i = 0; i < mod->kallsyms->num_symtab; i++) { in add_kallsyms()
2803 mod->core_kallsyms.typetab[ndst] = in add_kallsyms()
2805 dst[ndst] = src[i]; in add_kallsyms()
2806 dst[ndst++].st_name = s - mod->core_kallsyms.strtab; in add_kallsyms()
[all …]
/Linux-v5.10/net/xfrm/
Dxfrm_state.c121 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local
127 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
128 if (!ndst) in xfrm_hash_resize()
132 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
137 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
148 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize()
154 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize()
Dxfrm_policy.c580 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() local
584 if (!ndst) in xfrm_bydst_resize()
594 xfrm_dst_hash_transfer(net, odst + i, ndst, nhashmask, dir); in xfrm_bydst_resize()
596 rcu_assign_pointer(net->xfrm.policy_bydst[dir].table, ndst); in xfrm_bydst_resize()
/Linux-v5.10/include/net/
Dsock.h1934 struct dst_entry *ndst, *dst = __sk_dst_get(sk); in dst_negative_advice() local
1939 ndst = dst->ops->negative_advice(dst); in dst_negative_advice()
1941 if (ndst != dst) { in dst_negative_advice()
1942 rcu_assign_pointer(sk->sk_dst_cache, ndst); in dst_negative_advice()
/Linux-v5.10/net/ipv6/
Dip6_tunnel.c1115 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit() local
1190 ndst = dst; in ip6_tnl_xmit()
1252 if (use_cache && ndst) in ip6_tnl_xmit()
1253 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()