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

/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.h96 int ng_l2cap_lp_untimeout (ng_l2cap_con_p);
H A Dng_l2cap_llpi.c119 if (ng_l2cap_lp_untimeout(con) == 0)
123 * Do not free connection if ng_l2cap_lp_untimeout() failed
183 if ((error = ng_l2cap_lp_untimeout(con)) != 0)
270 if (ng_l2cap_lp_untimeout(con) == 0)
274 * Do not free connection if ng_l2cap_lp_untimeout() failed
H A Dng_l2cap_main.c739 ng_l2cap_lp_untimeout(con);
H A Dng_l2cap_misc.c529 ng_l2cap_lp_untimeout(ng_l2cap_con_p con) function
543 } /* ng_l2cap_lp_untimeout */

Completed in 72 milliseconds