HomeSort by: relevance | last modified time | path
    Searched defs:wg_output (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/
if_wg.c 790 static int wg_output(struct ifnet *, struct mbuf *,
1963 * wg_handle_msg_data, or in the data tx path, wg_output -- we
2378 * session for the data tx path, wg_output.
3463 * session for the data tx path, wg_output.
4097 wg->wg_if.if_output = wg_output;
4327 wg_output(struct ifnet *ifp, struct mbuf *m, const struct sockaddr *dst, function in typeref:typename:int
5598 error = wg_output(ifp, m, dst, NULL); /* consumes m */
5600 WG_DLOG("wg_output failed, error=%d\n", error);

Completed in 178 milliseconds