Searched refs:ng_l2tp_xmit_ctrl (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netgraph/
H A Dng_l2tp.c173 static int ng_l2tp_xmit_ctrl(priv_p priv, struct mbuf *m, u_int16_t ns);
924 ng_l2tp_xmit_ctrl(priv, NULL, seq->ns);
1080 error = ng_l2tp_xmit_ctrl(priv, m, ns);
1411 ng_l2tp_xmit_ctrl(priv, m, ns);
1435 ng_l2tp_xmit_ctrl(priv, NULL, seq->ns);
1438 as ng_uncallout() was called by ng_l2tp_xmit_ctrl() */
1492 ng_l2tp_xmit_ctrl(priv, m, seq->ns++);
1506 ng_l2tp_xmit_ctrl(priv_p priv, struct mbuf *m, u_int16_t ns) function

Completed in 58 milliseconds