Searched refs:next_skb (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/isdn/mISDN/
H A Dhwchannel.c91 ch->next_skb = NULL;
127 if (ch->next_skb) {
128 dev_kfree_skb(ch->next_skb);
129 ch->next_skb = NULL;
365 bch->tx_skb = bch->next_skb;
367 bch->next_skb = NULL;
444 /* check for pending next_skb */
445 if (ch->next_skb) {
447 "%s: next_skb exist ERROR (skb->len=%d next_skb
[all...]
/linux-master/include/linux/
H A DmISDNhw.h36 #define FLG_TX_NEXT 1 /* next_skb in use */
159 struct sk_buff *next_skb; member in struct:bchannel
H A Dskbuff.h1807 #define skb_list_walk_safe(first, skb, next_skb) \
1808 for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb); \
1809 (skb) = (next_skb), (next_skb) = (skb) ? (skb)->next : NULL)
/linux-master/net/ipv4/
H A Dtcp_output.c3168 const struct sk_buff *next_skb)
3170 if (unlikely(tcp_has_tx_tstamp(next_skb))) {
3172 skb_shinfo(next_skb);
3178 TCP_SKB_CB(next_skb)->txstamp_ack;
3186 struct sk_buff *next_skb = skb_rb_next(skb); local
3189 next_skb_size = next_skb->len;
3191 BUG_ON(tcp_skb_pcount(skb) != 1 || tcp_skb_pcount(next_skb) != 1);
3193 if (next_skb_size && !tcp_skb_shift(skb, next_skb, 1, next_skb_size))
3196 tcp_highest_sack_replace(sk, next_skb, skb);
3199 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(next_skb)
3167 tcp_skb_collapse_tstamp(struct sk_buff *skb, const struct sk_buff *next_skb) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1508 struct sk_buff *next_skb; local
1519 next_skb = skb_peek(&sk->sk_receive_queue);
1520 if (copied >= target && !next_skb)
1522 if (ULP_SKB_CB(next_skb)->flags & ULPCB_FLAG_TLS_HDR)
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.c397 struct sk_buff *next_skb; local
407 skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) {
410 next_info = IEEE80211_SKB_CB(next_skb);
413 next_skb->len + additionlen;
420 next_skb))
/linux-master/drivers/net/wireless/ath/ath5k/
H A Dbase.c1587 struct sk_buff *skb, *next_skb; local
1620 next_skb = ath5k_rx_skb_alloc(ah, &next_skb_addr);
1626 if (!next_skb)
1637 bf->skb = next_skb;
/linux-master/net/tls/
H A Dtls_sw.c1814 struct sk_buff *next_skb; local
1850 next_skb = skb_peek_next(skb, &ctx->rx_list);
1857 skb = next_skb;
/linux-master/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c6399 struct sk_buff *next_skb = NULL; local
6441 next_skb = skb_clone(skb, GFP_ATOMIC);
6496 skb = next_skb;
6498 skb_pull(next_skb, pkt_offset);
6502 next_skb = NULL;
6515 struct sk_buff *next_skb = NULL; local
6548 next_skb = skb_clone(skb, GFP_ATOMIC);
6601 skb = next_skb;
6603 skb_pull(next_skb, pkt_offset);
6606 next_skb
[all...]
/linux-master/net/core/
H A Dskbuff.c4317 next_skb:
4376 goto next_skb;
4380 goto next_skb;
/linux-master/include/net/
H A Dtcp.h679 const struct sk_buff *next_skb);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c5249 goto next_skb;
5258 next_skb:

Completed in 200 milliseconds