Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_output.c705 struct in6_addr kdst; in ip6_output() local
724 in6_splitscope(&dst_sa.sin6_addr, &kdst, &scopeid); in ip6_output()
740 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, in ip6_output()
1357 struct in6_addr kdst; in ip6_getpmtu_ctl() local
1361 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu_ctl()
1364 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu_ctl()
1390 struct in6_addr kdst; in ip6_getpmtu() local
1417 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu()
1418 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu()
H A Dicmp6.c2228 struct in6_addr kdst; in icmp6_redirect_input() local
2231 in6_splitscope(&reddst6, &kdst, &scopeid); in icmp6_redirect_input()
2233 nh = fib6_lookup(ifp->if_fib, &kdst, scopeid, 0, 0); in icmp6_redirect_input()
/freebsd/sys/dev/netmap/
H A Dnetmap.c1304 struct netmap_kring *kdst = na->tx_rings[i]; in netmap_sw_to_nic() local
1305 struct netmap_ring *rdst = kdst->ring; in netmap_sw_to_nic()
1306 u_int const dst_lim = kdst->nkr_num_slots - 1; in netmap_sw_to_nic()