Searched defs:skbs (Results 1 - 5 of 5) sorted by relevance

/net/mac80211/
H A Dstatus.c737 * Fragments are passed to low-level drivers as separate skbs, so these
860 struct sk_buff_head *skbs)
864 while ((skb = __skb_dequeue(skbs)))
859 ieee80211_purge_tx_queue(struct ieee80211_hw *hw, struct sk_buff_head *skbs) argument
H A Dtx.c869 __skb_queue_tail(&tx->skbs, tmp);
910 /* no matter what happens, tx->skb moves to tx->skbs */
911 __skb_queue_tail(&tx->skbs, skb);
948 skb_queue_walk(&tx->skbs, skb) {
954 if (!skb_queue_is_last(&tx->skbs, skb)) {
984 skb_queue_walk(&tx->skbs, skb) {
1026 skb_queue_walk(&tx->skbs, skb) {
1030 if (!skb_queue_is_last(&tx->skbs, skb)) {
1031 struct sk_buff *next = skb_queue_next(&tx->skbs, skb);
1131 __skb_queue_head_init(&tx->skbs);
1198 ieee80211_tx_frags(struct ieee80211_local *local, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct sk_buff_head *skbs, bool txpending) argument
1274 __ieee80211_tx(struct ieee80211_local *local, struct sk_buff_head *skbs, int led_len, struct sta_info *sta, bool txpending) argument
2263 struct sk_buff_head skbs; local
[all...]
H A Dutil.c104 skb_queue_walk(&tx->skbs, skb) {
457 struct sk_buff_head *skbs)
465 while ((skb = skb_dequeue(skbs))) {
456 ieee80211_add_pending_skbs(struct ieee80211_local *local, struct sk_buff_head *skbs) argument
H A Dieee80211_i.h153 struct sk_buff_head skbs; member in struct:ieee80211_tx_data
1566 struct sk_buff_head *skbs);
1795 struct sk_buff_head *skbs);
/net/bluetooth/
H A Dl2cap_core.c65 struct sk_buff_head *skbs, u8 event);
1805 struct sk_buff_head *skbs)
1810 BT_DBG("chan %p, skbs %p", chan, skbs);
1815 skb_queue_splice_tail_init(skbs, &chan->tx_q);
2260 * so fragmented skbs are not used. The HCI layer's handling
2261 * of fragmented skbs is not compatible with ERTM's queueing.
2512 /* If the skbs were not queued for sending, they'll still be in
2636 struct sk_buff_head *skbs, u8 event)
2638 BT_DBG("chan %p, control %p, skbs
1804 l2cap_streaming_send(struct l2cap_chan *chan, struct sk_buff_head *skbs) argument
2634 l2cap_tx_state_xmit(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
2706 l2cap_tx_state_wait_f(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
2784 l2cap_tx(struct l2cap_chan *chan, struct l2cap_ctrl *control, struct sk_buff_head *skbs, u8 event) argument
[all...]

Completed in 231 milliseconds