Home
last modified time | relevance | path

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

/openbmc/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++].st_name = s - mod->core_kallsyms.strtab; in add_kallsyms()
[all …]
/openbmc/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 = (struct 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()
/openbmc/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()
/openbmc/linux/drivers/net/vxlan/
H A Dvxlan_core.c2305 struct dst_entry *ndst; in vxlan6_get_route() local
2314 ndst = dst_cache_get_ip6(dst_cache, saddr); in vxlan6_get_route()
2315 if (ndst) in vxlan6_get_route()
2316 return ndst; in vxlan6_get_route()
2329 ndst = ipv6_stub->ipv6_dst_lookup_flow(vxlan->net, sock6->sock->sk, in vxlan6_get_route()
2331 if (IS_ERR(ndst)) { in vxlan6_get_route()
2336 if (unlikely(ndst->dev == dev)) { in vxlan6_get_route()
2338 dst_release(ndst); in vxlan6_get_route()
2344 dst_cache_set_ip6(dst_cache, ndst, saddr); in vxlan6_get_route()
2345 return ndst; in vxlan6_get_route()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dposted_intr.h26 u32 ndst; member
/openbmc/linux/net/core/
H A Dneighbour.c2211 struct ndt_stats ndst; in neightbl_fill_info() local
2213 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info()
2219 ndst.ndts_allocs += READ_ONCE(st->allocs); in neightbl_fill_info()
2220 ndst.ndts_destroys += READ_ONCE(st->destroys); in neightbl_fill_info()
2221 ndst.ndts_hash_grows += READ_ONCE(st->hash_grows); in neightbl_fill_info()
2222 ndst.ndts_res_failed += READ_ONCE(st->res_failed); in neightbl_fill_info()
2223 ndst.ndts_lookups += READ_ONCE(st->lookups); in neightbl_fill_info()
2224 ndst.ndts_hits += READ_ONCE(st->hits); in neightbl_fill_info()
2225 ndst.ndts_rcv_probes_mcast += READ_ONCE(st->rcv_probes_mcast); in neightbl_fill_info()
2226 ndst.ndts_rcv_probes_ucast += READ_ONCE(st->rcv_probes_ucast); in neightbl_fill_info()
[all …]
/openbmc/linux/arch/x86/kvm/vmx/
H A Dposted_intr.c109 new.ndst = dest; in vmx_vcpu_pi_load()
/openbmc/linux/net/xfrm/
H A Dxfrm_state.c154 struct hlist_head *ndst, *nsrc, *nspi, *nseq, *odst, *osrc, *ospi, *oseq; in xfrm_hash_resize() local
160 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
161 if (!ndst) in xfrm_hash_resize()
165 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
170 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
176 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize()
188 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nseq, nhashmask); in xfrm_hash_resize()
195 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize()
H A Dxfrm_policy.c605 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() local
609 if (!ndst) in xfrm_bydst_resize()
619 xfrm_dst_hash_transfer(net, odst + i, ndst, nhashmask, dir); in xfrm_bydst_resize()
621 rcu_assign_pointer(net->xfrm.policy_bydst[dir].table, ndst); in xfrm_bydst_resize()
/openbmc/linux/net/ipv6/
H A Dip6_tunnel.c1091 struct dst_entry *dst = NULL, *ndst = NULL; in ip6_tnl_xmit() local
1177 ndst = dst; in ip6_tnl_xmit()
1239 if (use_cache && ndst) in ip6_tnl_xmit()
1240 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()