HomeSort by: relevance | last modified time | path
    Searched refs:wg_is_underload (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
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
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

Completed in 30 milliseconds