Searched refs:ndst (Results 1 – 5 of 5) sorted by relevance
/net/tipc/ |
D | udp_media.c | 184 struct dst_entry *ndst; in tipc_udp_xmit() local 191 err = ipv6_stub->ipv6_dst_lookup(net, ub->ubsock->sk, &ndst, in tipc_udp_xmit() 195 ttl = ip6_dst_hoplimit(ndst); in tipc_udp_xmit() 196 err = udp_tunnel6_xmit_skb(ndst, ub->ubsock->sk, skb, in tipc_udp_xmit() 197 ndst->dev, &src->ipv6, in tipc_udp_xmit()
|
/net/core/ |
D | neighbour.c | 1850 struct ndt_stats ndst; in neightbl_fill_info() local 1852 memset(&ndst, 0, sizeof(ndst)); in neightbl_fill_info() 1858 ndst.ndts_allocs += st->allocs; in neightbl_fill_info() 1859 ndst.ndts_destroys += st->destroys; in neightbl_fill_info() 1860 ndst.ndts_hash_grows += st->hash_grows; in neightbl_fill_info() 1861 ndst.ndts_res_failed += st->res_failed; in neightbl_fill_info() 1862 ndst.ndts_lookups += st->lookups; in neightbl_fill_info() 1863 ndst.ndts_hits += st->hits; in neightbl_fill_info() 1864 ndst.ndts_rcv_probes_mcast += st->rcv_probes_mcast; in neightbl_fill_info() 1865 ndst.ndts_rcv_probes_ucast += st->rcv_probes_ucast; in neightbl_fill_info() [all …]
|
/net/xfrm/ |
D | xfrm_state.c | 117 struct hlist_head *ndst, *nsrc, *nspi, *odst, *osrc, *ospi; in xfrm_hash_resize() local 123 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 124 if (!ndst) in xfrm_hash_resize() 128 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize() 133 xfrm_hash_free(ndst, nsize); in xfrm_hash_resize() 144 xfrm_hash_transfer(odst + i, ndst, nsrc, nspi, nhashmask); in xfrm_hash_resize() 150 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize()
|
D | xfrm_policy.c | 480 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() local 484 if (!ndst) in xfrm_bydst_resize() 497 xfrm_dst_hash_transfer(net, odst + i, ndst, nhashmask, dir); in xfrm_bydst_resize() 499 rcu_assign_pointer(net->xfrm.policy_bydst[dir].table, ndst); in xfrm_bydst_resize()
|
/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() 1187 if (use_cache && ndst) in ip6_tnl_xmit() 1188 dst_cache_set_ip6(&t->dst_cache, ndst, &fl6->saddr); in ip6_tnl_xmit()
|