Searched refs:control (Results 1 - 25 of 36) sorted by relevance

12

/net/bluetooth/
H A Dl2cap_core.c58 static void l2cap_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control,
271 if (bt_cb(skb)->control.txseq == seq)
792 static void __unpack_enhanced_control(u16 enh, struct l2cap_ctrl *control) argument
794 control->reqseq = (enh & L2CAP_CTRL_REQSEQ) >> L2CAP_CTRL_REQSEQ_SHIFT;
795 control->final = (enh & L2CAP_CTRL_FINAL) >> L2CAP_CTRL_FINAL_SHIFT;
799 control->sframe = 1;
800 control->poll = (enh & L2CAP_CTRL_POLL) >> L2CAP_CTRL_POLL_SHIFT;
801 control->super = (enh & L2CAP_CTRL_SUPERVISE) >> L2CAP_CTRL_SUPER_SHIFT;
803 control->sar = 0;
804 control
816 __unpack_extended_control(u32 ext, struct l2cap_ctrl *control) argument
854 __pack_extended_control(struct l2cap_ctrl *control) argument
873 __pack_enhanced_control(struct l2cap_ctrl *control) argument
892 __pack_control(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb) argument
913 l2cap_create_sframe_pdu(struct l2cap_chan *chan, u32 control) argument
946 l2cap_send_sframe(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
989 struct l2cap_ctrl control; local
1931 struct l2cap_ctrl *control; local
1969 struct l2cap_ctrl *control; local
2038 struct l2cap_ctrl control; local
2115 l2cap_retransmit(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
2124 l2cap_retransmit_all(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
2160 struct l2cap_ctrl control; local
2526 struct l2cap_ctrl control; local
2549 struct l2cap_ctrl control; local
2565 struct l2cap_ctrl control; local
2631 l2cap_tx_state_xmit(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
2703 l2cap_tx_state_wait_f(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
2781 l2cap_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
2800 l2cap_pass_to_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
2807 l2cap_pass_to_tx_fbit(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
5367 struct l2cap_ctrl control; local
5418 l2cap_reassemble_sdu(struct l2cap_chan *chan, struct sk_buff *skb, struct l2cap_ctrl *control) argument
5551 l2cap_handle_srej(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
5609 l2cap_handle_rej(struct l2cap_chan *chan, struct l2cap_ctrl *control) argument
5732 l2cap_rx_state_recv(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb, u8 event) argument
5866 l2cap_rx_state_srej_sent(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb, u8 event) argument
6023 l2cap_rx_state_wait_p(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb, u8 event) argument
6061 l2cap_rx_state_wait_f(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb, u8 event) argument
6108 l2cap_rx(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb, u8 event) argument
6145 l2cap_stream_rx(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff *skb) argument
6185 struct l2cap_ctrl *control = &bt_cb(skb)->control; local
[all...]
/net/mac80211/
H A Drate.c30 "Default rate control algorithm for mac80211 to use");
100 /* Get the rate control algorithm. */
262 info->control.rates[0].idx = rate_lowest_index(sband, sta);
264 info->control.rates[0].idx =
267 info->control.rates[0].count =
271 info->control.skip_table = 1;
289 info->control.rates[0].idx = mcast_rate - 1;
293 rc_send_low_broadcast(&info->control.rates[0].idx,
426 * allow the frame to be transmitted with whatever the rate control
468 info->control
[all...]
H A Dwpa.c52 info->control.hw_key = NULL;
55 if (info->control.hw_key &&
64 if (!info->control.hw_key)
188 if (info->control.hw_key &&
189 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_GENERATE_IV) &&
190 !(info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE)) {
198 if (info->control.hw_key)
213 if (info->control.hw_key &&
214 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE))
226 if (info->control
[all...]
H A Dstatus.c56 * we can definitely not rely on the control information
61 memset(&info->control, 0, sizeof(info->control));
63 info->control.jiffies = jiffies;
64 info->control.vif = &sta->sdata->vif;
500 u16 tid, control; local
508 control = le16_to_cpu(bar->control);
509 if (!(control & IEEE80211_BAR_CTRL_MULTI_TID)) {
512 tid = (control
[all...]
H A Dtx.c74 * - control response frame (CTS or ACK) shall be transmitted using the
82 /* TODO: These control frames are not currently sent by
483 info->control.jiffies = jiffies;
484 info->control.vif = &tx->sdata->vif;
608 info->control.hw_key = &tx->key->conf;
632 /* set up the tx rate control struct we give the RC algo */
657 info->control.use_rts = txrc.rts;
658 info->control.use_cts_prot = tx->sdata->vif.bss_conf.use_cts_prot;
671 info->control.short_preamble = txrc.short_preamble;
677 * Lets not bother rate control i
1160 struct ieee80211_tx_control control; local
[all...]
H A Dwep.c110 if (info->control.hw_key &&
111 (info->control.hw_key->flags & IEEE80211_KEY_FLAG_PUT_IV_SPACE))
324 struct ieee80211_key_conf *hw_key = info->control.hw_key;
H A Drc80211_pid_algo.c23 /* This is an implementation of a TX rate control algorithm that uses a PID
159 /* In case nothing happened during the previous control interval, turn
271 info->control.rates[0].count =
274 info->control.rates[0].count =
286 info->control.rates[0].idx = rateidx;
H A Drc80211_minstrel.c258 if (info->control.use_rts)
260 else if (info->control.use_cts_prot)
289 struct ieee80211_tx_rate *rate = &info->control.rates[0];
297 /* management/no-ack frames do not use rate control */
H A Dmesh_ps.c41 memset(skb_put(skb, 2), 0, 2); /* append QoS control field */
273 * Test Power Management field of frame control (PW) and
274 * mesh power save level subfield of QoS control field (PSL)
429 info->control.vif = &sdata->vif;
/net/lapb/
H A Dlapb_subr.c108 * This routine is the centralised routine for parsing the control
165 frame->control[0] = skb->data[0];
166 frame->control[1] = skb->data[1];
177 frame->control[0] = skb->data[0];
178 frame->control[1] = skb->data[1];
186 frame->control[0] = skb->data[0];
187 frame->control[1] = 0x00;
214 frame->control[0] = skb->data[0];
263 * the LAPB control block.
278 *dptr++ = lapb->frmr_data.control[
[all...]
/net/openvswitch/
H A DKconfig11 programmatic extension and flow-based control of the network. This
12 control is useful in a wide variety of applications but is
/net/phonet/
H A DKconfig12 supported). It can also be used to control Nokia phones
/net/irda/
H A Dirlap_frame.c144 /* Insert control field */
145 frame->control = SNRM_CMD | PF_BIT;
235 frame->control = UA_RSP | PF_BIT;
278 frame->control = DM_RSP | PF_BIT;
306 frame->control = DISC_CMD | PF_BIT;
342 frame->control = XID_CMD | PF_BIT;
345 frame->control = XID_RSP | PF_BIT;
602 frame->control = RR | PF_BIT | (self->vr << 5);
735 * Insert frame sequence number (Vs) in control field before
781 * Insert frame sequence number (Vs) in control fiel
1314 __u8 control; local
[all...]
/net/nfc/hci/
H A Dllc_shdlc.c293 skb_pull(skb, 1); /* remove control field */
475 u8 control; local
485 control = skb->data[0];
487 switch (control & SHDLC_CONTROL_HEAD_MASK) {
493 ns = (control & SHDLC_CONTROL_NS_MASK) >> 3;
494 nr = control & SHDLC_CONTROL_NR_MASK;
501 s_frame_type = (control & SHDLC_CONTROL_TYPE_MASK) >> 3;
502 nr = control & SHDLC_CONTROL_NR_MASK;
507 u_frame_modifier = control & SHDLC_CONTROL_M_MASK;
511 pr_err("UNKNOWN Control=%d\n", control);
[all...]
/net/l2tp/
H A DKconfig28 userland daemon handles L2TP the control protocol (tunnel
95 used as a control protocol and for data encapsulation to set
/net/netfilter/
H A Dxt_ipvs.c107 if ((cp->control != NULL &&
108 cp->control->vport == data->vportctl) ^
/net/rfkill/
H A DKconfig7 Say Y here if you want to have control over RF switches
/net/sctp/
H A DKconfig45 SCTP congestion control algorithms. If you don't understand
/net/bridge/netfilter/
H A DKconfig93 This option adds the limit match, which allows you to control
/net/core/
H A Dpktgen.c70 * also the thread checks the thread->control which is used for inter-process
202 /* Thread control flag bits */
420 u32 control; member in struct:pktgen_thread
1805 t->control |= T_REMDEVALL;
1807 schedule_timeout_interruptible(msecs_to_jiffies(125)); /* Propagate thread->control */
1852 t->control |= T_REMDEV;
2927 t->control &= ~(T_STOP);
2939 t->control |= T_STOP;
2989 t->control |= (T_STOP);
3004 t->control |
[all...]
/net/netfilter/ipvs/
H A Dip_vs_sync.c596 cp = cp->control;
602 ip_vs_sync_conn(net, cp->control, pkts);
629 goto control;
632 goto control;
755 control:
757 cp = cp->control;
H A Dip_vs_conn.c785 * do I control anybody?
795 /* does anybody control me? */
796 if (cp->control)
901 cp->control = NULL;
1247 cp_c = cp->control;
1248 /* cp->control is valid only with reference to cp */
1281 cp_c = cp->control;
1282 /* cp->control is valid only with reference to cp */
/net/ipv4/
H A DKconfig23 control about the routing process.
437 bool "TCP: advanced congestion control"
439 Support for selection of various TCP congestion control
450 tristate "Binary Increase Congestion (BIC) control"
477 control. It is based on end-to-end bandwidth estimation to set
491 congestion control for high speed network links. It uses a
500 Sally Floyd's High Speed TCP (RFC 3649) congestion control.
501 A modification to TCP's congestion control mechanism for use
507 tristate "TCP-Hybla congestion control algorithm"
530 MIMD congestion control algorith
[all...]
/net/netlink/
H A Daf_netlink.c496 /* Memory mapped sockets don't call recvmsg(), so flow control
2477 struct netlink_dump_control *control)
2501 cb->dump = control->dump;
2502 cb->done = control->done;
2504 cb->data = control->data;
2505 cb->module = control->module;
2506 cb->min_dump_alloc = control->min_dump_alloc;
2604 /* Skip control messages */
2475 __netlink_dump_start(struct sock *ssk, struct sk_buff *skb, const struct nlmsghdr *nlh, struct netlink_dump_control *control) argument
/net/sched/
H A DKconfig2 # Traffic control configuration.
331 traffic control indices. You will want this feature if you want
426 Say Y here if you want to classify packets based on the control
533 Say Y here if you want to use traffic control actions. Actions

Completed in 426 milliseconds

12