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

/freebsd-10-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);
1412 ng_l2tp_xmit_ctrl(priv, m, ns);
1436 ng_l2tp_xmit_ctrl(priv, NULL, seq->ns);
1439 as ng_uncallout() was called by ng_l2tp_xmit_ctrl() */
1488 ng_l2tp_xmit_ctrl(priv, m, seq->ns++);
1502 ng_l2tp_xmit_ctrl(priv_p priv, struct mbuf *m, u_int16_t ns) function

Completed in 56 milliseconds