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

/freebsd-13-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h258 u_int16_t flush_timo; /* NG_L2CAP_OPT_FLUSH_TIMO */ member in union:__anon15222
418 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon15235
427 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon15236
451 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon15239
H A Dng_btsocket_l2cap.h169 u_int16_t flush_timo; /* flush timeout */ member in struct:ng_btsocket_l2cap_pcb
/freebsd-13-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h165 u_int16_t flush_timo; /* flush timeout */ member in struct:ng_l2cap_chan
H A Dng_l2cap_ulpi.c478 u_int16_t *mtu = NULL, *flush_timo = NULL; local
519 ch->flush_timo = ip->flush_timo;
525 if (ch->flush_timo != NG_L2CAP_FLUSH_TIMO_DEFAULT)
526 flush_timo = &ch->flush_timo;
531 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow);
611 op->flush_timo = ch->flush_timo;
821 ip->flush_timo
[all...]
H A Dng_l2cap_evnt.c702 ch->flush_timo = val.flush_timo;
857 cmd->ch->flush_timo = val.flush_timo;
1448 val->flush_timo = le16toh(val->flush_timo);
H A Dng_l2cap_misc.c366 ch->flush_timo = NG_L2CAP_FLUSH_TIMO_DEFAULT;
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c657 pcb1->flush_timo = pcb->flush_timo;
793 * Set QoS here if required. Resolve conficts (flush_timo).
800 pcb->flush_timo = op->flush_timo;
995 * required. Resolve conficts (flush_timo). Note outgoing MTU (peer's
1001 pcb->flush_timo = ip->flush_timo;
1316 ip->flush_timo = pcb->flush_timo;
[all...]

Completed in 172 milliseconds