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

/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_l2cap.h257 u_int16_t flush_timo; /* NG_L2CAP_OPT_FLUSH_TIMO */ member in union:__anon12609
417 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon12622
426 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon12623
450 u_int16_t flush_timo; /* flush timeout (msec) */ member in struct:__anon12626
H A Dng_btsocket_l2cap.h167 u_int16_t flush_timo; /* flush timeout */ member in struct:ng_btsocket_l2cap_pcb
/freebsd-11-stable/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_var.h163 u_int16_t flush_timo; /* flush timeout */ member in struct:ng_l2cap_chan
H A Dng_l2cap_ulpi.c476 u_int16_t *mtu = NULL, *flush_timo = NULL; local
517 ch->flush_timo = ip->flush_timo;
523 if (ch->flush_timo != NG_L2CAP_FLUSH_TIMO_DEFAULT)
524 flush_timo = &ch->flush_timo;
529 _ng_l2cap_build_cfg_options(opt, mtu, flush_timo, flow);
609 op->flush_timo = ch->flush_timo;
819 ip->flush_timo
[all...]
H A Dng_l2cap_evnt.c700 ch->flush_timo = val.flush_timo;
856 cmd->ch->flush_timo = val.flush_timo;
1448 val->flush_timo = le16toh(val->flush_timo);
H A Dng_l2cap_misc.c364 ch->flush_timo = NG_L2CAP_FLUSH_TIMO_DEFAULT;
/freebsd-11-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_l2cap.c665 pcb1->flush_timo = pcb->flush_timo;
802 * Set QoS here if required. Resolve conficts (flush_timo).
809 pcb->flush_timo = op->flush_timo;
1004 * required. Resolve conficts (flush_timo). Note outgoing MTU (peer's
1010 pcb->flush_timo = ip->flush_timo;
1325 ip->flush_timo = pcb->flush_timo;
[all...]

Completed in 135 milliseconds