Searched refs:kdst (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | ip6_output.c | 719 struct in6_addr kdst; in ip6_output() local 738 in6_splitscope(&dst_sa.sin6_addr, &kdst, &scopeid); in ip6_output() 754 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, in ip6_output() 1473 struct in6_addr kdst; in ip6_getpmtu_ctl() local 1477 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu_ctl() 1480 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu_ctl() 1506 struct in6_addr kdst; in ip6_getpmtu() local 1533 in6_splitscope(dst, &kdst, &scopeid); in ip6_getpmtu() 1534 nh = fib6_lookup(fibnum, &kdst, scopeid, NHR_NONE, 0); in ip6_getpmtu()
|
H A D | icmp6.c | 2249 struct in6_addr kdst; in icmp6_redirect_input() local 2252 in6_splitscope(&reddst6, &kdst, &scopeid); in icmp6_redirect_input() 2254 nh = fib6_lookup(ifp->if_fib, &kdst, scopeid, 0, 0); in icmp6_redirect_input()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap.c | 1304 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()
|