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

  /src/sys/netbt/
rfcomm.h 275 struct rfcomm_credit { struct
278 SIMPLEQ_ENTRY(rfcomm_credit) rc_next; /* next credit */
288 SIMPLEQ_HEAD(,rfcomm_credit) rs_credits; /* credit notes */
rfcomm_session.c 158 pool_init(&rfcomm_credit_pool, sizeof(struct rfcomm_credit),
159 0, 0, 0, "rfcomm_credit", NULL, IPL_SOFTNET);
217 struct rfcomm_credit *credit;
448 struct rfcomm_credit *credit;
1467 struct rfcomm_credit *credit;
1529 struct rfcomm_credit *credit;
rfcomm_dlc.c 155 struct rfcomm_credit *credit;

Completed in 12 milliseconds