Home
last modified time | relevance | path

Searched refs:IF_AFDATA_RUNLOCK (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/netinet6/
Dscope6.c218 IF_AFDATA_RUNLOCK(ifp); in scope6_get()
224 IF_AFDATA_RUNLOCK(ifp); in scope6_get()
423 IF_AFDATA_RUNLOCK(ifp); in in6_setscope()
428 IF_AFDATA_RUNLOCK(ifp); in in6_setscope()
Dnd6.c1366 IF_AFDATA_RUNLOCK(ifp); in nd6_is_addr_neighbor()
1793 IF_AFDATA_RUNLOCK(ifp); in nd6_ioctl()
1944 IF_AFDATA_RUNLOCK(ifp); in nd6_cache_lladdr()
2250 IF_AFDATA_RUNLOCK(ifp); in nd6_resolve()
2254 IF_AFDATA_RUNLOCK(ifp); in nd6_resolve()
2290 IF_AFDATA_RUNLOCK(ifp); in nd6_resolve_slow()
Dnd6_rtr.c871 IF_AFDATA_RUNLOCK(dr->ifp); in defrouter_select_fib()
924 IF_AFDATA_RUNLOCK(installed_dr->ifp); in defrouter_select_fib()
1712 IF_AFDATA_RUNLOCK(pfxrtr->router->ifp); in find_pfxlist_reachable_router()
Dnd6_nbr.c751 IF_AFDATA_RUNLOCK(ifp); in nd6_na_input()
Dicmp6.c2554 IF_AFDATA_RUNLOCK(ifp); in icmp6_redirect_output()
/freebsd-12-stable/sys/netinet/
Dif_ether.c464 IF_AFDATA_RUNLOCK(ifp); in arpresolve_full()
646 IF_AFDATA_RUNLOCK(ifp); in arpresolve()
651 IF_AFDATA_RUNLOCK(ifp); in arpresolve()
957 IF_AFDATA_RUNLOCK(ifp); in in_arpinput()
1037 IF_AFDATA_RUNLOCK(ifp); in in_arpinput()
/freebsd-12-stable/sys/net/
Dif_llatbl.c99 IF_AFDATA_RUNLOCK(llt->llt_ifp); in lltable_dump_af()
456 IF_AFDATA_RUNLOCK(ifp); in llentry_alloc()
Dif_var.h496 #define IF_AFDATA_RUNLOCK(ifp) epoch_exit_preempt(net_epoch_preempt, &if_afdata_et) macro