Home
last modified time | relevance | path

Searched refs:GRE_RUNLOCK (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/netinet6/
HDip6_gre.c119 GRE_RUNLOCK(sc); in in6_gre_encapcheck()
122 GRE_RUNLOCK(sc); in in6_gre_encapcheck()
/NextBSD/sys/netinet/
HDip_gre.c120 GRE_RUNLOCK(sc); in in_gre_encapcheck()
123 GRE_RUNLOCK(sc); in in_gre_encapcheck()
/NextBSD/sys/net/
HDif_gre.c422 GRE_RUNLOCK(sc); in gre_ioctl()
888 GRE_RUNLOCK(sc);
905 GRE_RUNLOCK(sc);
910 GRE_RUNLOCK(sc);
HDif_gre.h91 #define GRE_RUNLOCK(sc) rm_runlock(&(sc)->gre_lock, &gre_tracker) macro