K 10 svn:author V 2 kp K 8 svn:date V 27 2020-02-26T08:47:18.680537Z K 7 svn:log V 348 bridge: Move locking defines into if_bridge.c The locking defines for if_bridge used to live in if_bridgevar.h, but they're only ever used by the bridge implementation itself (in if_bridge.c). Moving them into the .c file. Reported by: philip, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D23808 END