Searched refs:local_stype (Results 1 – 3 of 3) sorted by relevance
549 cp.tx_flow_spec.stype = chan->local_stype; in amp_create_logical_link()
619 chan->local_stype = L2CAP_SERV_BESTEFFORT; in __l2cap_chan_add()3229 efs.stype = chan->local_stype; in l2cap_add_opt_efs()3693 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_req()3695 efs.stype != chan->local_stype) { in l2cap_parse_conf_req()3850 if (chan->local_stype != L2CAP_SERV_NOTRAFIC && in l2cap_parse_conf_rsp()3852 efs.stype != chan->local_stype) in l2cap_parse_conf_rsp()
618 __u8 local_stype; member