if_wg.c | 780 static bool wg_is_underload(struct wg_softc *, struct wg_peer *, int); 1680 if (__predict_false(wg_is_underload(wg, wgp, WG_MSG_TYPE_INIT))) { 2241 if (__predict_false(wg_is_underload(wg, wgp, WG_MSG_TYPE_RESP))) { 2529 wg_is_underload(struct wg_softc *wg, struct wg_peer *wgp, int msgtype) function in typeref:typename:bool
|