Home
last modified time | relevance | path

Searched refs:kdst (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/netinet6/
HDip6_output.c1231 struct in6_addr kdst; in ip6_getpmtu_ctl() local
1237 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu_ctl()
1238 if (fib6_lookup_nh_ext(fibnum, &kdst, scopeid, NHR_REF, 0, &nh6) != 0) in ip6_getpmtu_ctl()
1266 struct in6_addr kdst; in ip6_getpmtu() local
1289 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu()
1290 if (fib6_lookup_nh_basic(fibnum, &kdst, scopeid, 0, 0, in ip6_getpmtu()
HDicmp6.c2345 struct in6_addr kdst; in icmp6_redirect_input() local
2348 in6_splitscope(&reddst6, &kdst, &scopeid); in icmp6_redirect_input()
2349 if (fib6_lookup_nh_basic(RT_DEFAULT_FIB, &kdst, scopeid, 0, 0,&nh6)==0){ in icmp6_redirect_input()
/NextBSD/sys/dev/netmap/
HDnetmap.c1102 struct netmap_kring *kdst = &na->tx_rings[i]; in netmap_sw_to_nic() local
1103 struct netmap_ring *rdst = kdst->ring; in netmap_sw_to_nic()
1104 u_int const dst_lim = kdst->nkr_num_slots - 1; in netmap_sw_to_nic()