Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet6/
HDip6_gre.c119 GRE_RUNLOCK(sc); in in6_gre_encapcheck()
122 GRE_RUNLOCK(sc); in in6_gre_encapcheck()
/freebsd-11-stable/sys/netinet/
HDip_gre.c120 GRE_RUNLOCK(sc); in in_gre_encapcheck()
123 GRE_RUNLOCK(sc); in in_gre_encapcheck()
/freebsd-11-stable/sys/net/
HDif_gre.c417 GRE_RUNLOCK(sc); in gre_ioctl()
884 GRE_RUNLOCK(sc);
901 GRE_RUNLOCK(sc);
906 GRE_RUNLOCK(sc);
HDif_gre.h90 #define GRE_RUNLOCK(sc) rm_runlock(&(sc)->gre_lock, &gre_tracker) macro