Home
last modified time | relevance | path

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

/linux/kernel/module/
H A Dkallsyms.c118 unsigned int i, nsrc, ndst, strtab_size = 0; in layout_symtab() local
132 for (ndst = i = 0; i < nsrc; i++) { in layout_symtab()
137 ndst++; in layout_symtab()
143 info->stroffs = mod_mem_data->size = info->symoffs + ndst * sizeof(Elf_Sym); in layout_symtab()
147 mod_mem_data->size += ndst * sizeof(char); in layout_symtab()
172 unsigned int i, ndst; in add_kallsyms() local
203 for (ndst = i = 0; i < rcu_dereference(mod->kallsyms)->num_symtab; i++) { in add_kallsyms()
210 mod->core_kallsyms.typetab[ndst] = in add_kallsyms()
212 dst[ndst] = src[i]; in add_kallsyms()
213 dst[ndst in add_kallsyms()
[all...]
/linux/net/tipc/
H A Dudp_media.c174 struct dst_entry *ndst; in tipc_udp_xmit() local
178 ndst = dst_cache_get(cache); in tipc_udp_xmit()
180 struct rtable *rt = dst_rtable(ndst); in tipc_udp_xmit()
203 if (!ndst) { in tipc_udp_xmit()
210 ndst = ipv6_stub->ipv6_dst_lookup_flow(net, in tipc_udp_xmit()
213 if (IS_ERR(ndst)) { in tipc_udp_xmit()
214 err = PTR_ERR(ndst); in tipc_udp_xmit()
217 dst_cache_set_ip6(cache, ndst, &fl6.saddr); in tipc_udp_xmit()
219 ttl = ip6_dst_hoplimit(ndst); in tipc_udp_xmit()
220 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, NULL, in tipc_udp_xmit()
/linux/drivers/infiniband/sw/rxe/
H A Drxe_net.c52 struct dst_entry *ndst; in rxe_find_route6() local
61 ndst = ipv6_stub->ipv6_dst_lookup_flow(sock_net(recv_sockets.sk6->sk), in rxe_find_route6()
64 if (IS_ERR(ndst)) { in rxe_find_route6()
69 if (unlikely(ndst->error)) { in rxe_find_route6()
74 return ndst; in rxe_find_route6()
76 dst_release(ndst); in rxe_find_route6()
/linux/arch/x86/include/asm/
H A Dposted_intr.h22 u32 ndst; member
/linux/drivers/net/vxlan/
H A Dvxlan_core.c2364 struct dst_entry *ndst = NULL; in vxlan_xmit_one() local
2513 ndst = &rt->dst; in vxlan_xmit_one()
2514 err = skb_tunnel_check_pmtu(skb, ndst, vxlan_headroom(flags & VXLAN_F_GPE), in vxlan_xmit_one()
2530 dst_release(ndst); in vxlan_xmit_one()
2536 err = vxlan_build_skb(skb, ndst, sizeof(struct iphdr), in vxlan_xmit_one()
2554 ndst = udp_tunnel6_dst_lookup(skb, dev, vxlan->net, sock6->sock, in vxlan_xmit_one()
2558 if (IS_ERR(ndst)) { in vxlan_xmit_one()
2559 err = PTR_ERR(ndst); in vxlan_xmit_one()
2560 ndst = NULL; in vxlan_xmit_one()
2566 u32 rt6i_flags = dst_rt6_info(ndst)->rt6i_flags; in vxlan_xmit_one()
[all …]
/linux/net/core/
H A Dneighbour.c2168 struct ndt_stats ndst; in neightbl_fill_info() local
2170 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2176 ndst.ndts_allocs += READ_ONCE(st->allocs); in neightbl_fill_info()
2177 ndst.ndts_destroys += READ_ONCE(st->destroys); in neightbl_fill_info()
2178 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows); in neightbl_fill_info()
2179 ndst.ndts_res_failed += READ_ONCE(st->res_failed); in neightbl_fill_info()
2180 ndst.ndts_lookups += READ_ONCE(st->lookups); in neightbl_fill_info()
2181 ndst.ndts_hits += READ_ONCE(st->hits); in neightbl_fill_info()
2182 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast); in neightbl_fill_info()
2183 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast); in neightbl_fill_info()
[all …]
/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c109 new.ndst = dest; in vmx_vcpu_pi_load()
/linux/net/xfrm/
H A Dxfrm_state.c164 struct hlist_head *ndst, *nsrc, *nspi, *nseq, *odst, *osrc, *ospi, *oseq; in xfrm_hash_resize() local
170 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
171 if (!ndst) in xfrm_hash_resize()
175 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
180 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
186 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
198 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nseq, nhashmask); in xfrm_hash_resize()
205 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize()
H A Dxfrm_policy.c634 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() local
638 if (!ndst) in xfrm_bydst_resize()
648 xfrm_dst_hash_transfer(net, odst + i, ndst, nhashmask, dir); in xfrm_bydst_resize()
650 rcu_assign_pointer(net->xfrm.policy_bydst[dir].table, ndst); in xfrm_bydst_resize()
/linux/arch/x86/kernel/
H A Dirq.c375 this_cpu_write(posted_msi_pi_desc.ndst, destination); in intel_posted_msi_init()
/linux/net/ipv6/
H A Dip6_tunnel.c1093 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit() local
1179 ndst = dst; in ip6_tnl_xmit()
1241 if (use_cache && ndst) in ip6_tnl_xmit()
1242 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()