next_skb           91 drivers/isdn/mISDN/hwchannel.c 	ch->next_skb = NULL;
next_skb          127 drivers/isdn/mISDN/hwchannel.c 	if (ch->next_skb) {
next_skb          128 drivers/isdn/mISDN/hwchannel.c 		dev_kfree_skb(ch->next_skb);
next_skb          129 drivers/isdn/mISDN/hwchannel.c 		ch->next_skb = NULL;
next_skb          365 drivers/isdn/mISDN/hwchannel.c 		bch->tx_skb = bch->next_skb;
next_skb          367 drivers/isdn/mISDN/hwchannel.c 			bch->next_skb = NULL;
next_skb          445 drivers/isdn/mISDN/hwchannel.c 	if (ch->next_skb) {
next_skb          448 drivers/isdn/mISDN/hwchannel.c 		       __func__, skb->len, ch->next_skb->len);
next_skb          453 drivers/isdn/mISDN/hwchannel.c 		ch->next_skb = skb;
next_skb         1542 drivers/net/wireless/ath/ath5k/base.c 	struct sk_buff *skb, *next_skb;
next_skb         1575 drivers/net/wireless/ath/ath5k/base.c 			next_skb = ath5k_rx_skb_alloc(ah, &next_skb_addr);
next_skb         1581 drivers/net/wireless/ath/ath5k/base.c 			if (!next_skb)
next_skb         1592 drivers/net/wireless/ath/ath5k/base.c 			bf->skb = next_skb;
next_skb         5205 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 	struct sk_buff *next_skb = NULL;
next_skb         5242 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			next_skb = skb_clone(skb, GFP_ATOMIC);
next_skb         5281 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 		skb = next_skb;
next_skb         5283 drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c 			skb_pull(next_skb, pkt_offset);
next_skb          438 drivers/net/wireless/realtek/rtlwifi/pci.c 	struct sk_buff *next_skb;
next_skb          448 drivers/net/wireless/realtek/rtlwifi/pci.c 	skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) {
next_skb          451 drivers/net/wireless/realtek/rtlwifi/pci.c 		next_info = IEEE80211_SKB_CB(next_skb);
next_skb          454 drivers/net/wireless/realtek/rtlwifi/pci.c 				next_skb->len + additionlen;
next_skb          461 drivers/net/wireless/realtek/rtlwifi/pci.c 				      next_skb))
next_skb          159 include/linux/mISDNhw.h 	struct sk_buff		*next_skb;
next_skb          598 include/net/tcp.h 			     const struct sk_buff *next_skb);
next_skb         3479 net/core/skbuff.c next_skb:
next_skb         3521 net/core/skbuff.c 		goto next_skb;
next_skb         3525 net/core/skbuff.c 		goto next_skb;
next_skb         2780 net/ipv4/tcp_output.c 			     const struct sk_buff *next_skb)
next_skb         2782 net/ipv4/tcp_output.c 	if (unlikely(tcp_has_tx_tstamp(next_skb))) {
next_skb         2784 net/ipv4/tcp_output.c 			skb_shinfo(next_skb);
next_skb         2790 net/ipv4/tcp_output.c 			TCP_SKB_CB(next_skb)->txstamp_ack;
next_skb         2798 net/ipv4/tcp_output.c 	struct sk_buff *next_skb = skb_rb_next(skb);
next_skb         2801 net/ipv4/tcp_output.c 	next_skb_size = next_skb->len;
next_skb         2803 net/ipv4/tcp_output.c 	BUG_ON(tcp_skb_pcount(skb) != 1 || tcp_skb_pcount(next_skb) != 1);
next_skb         2807 net/ipv4/tcp_output.c 			skb_copy_bits(next_skb, 0, skb_put(skb, next_skb_size),
next_skb         2809 net/ipv4/tcp_output.c 		else if (!tcp_skb_shift(skb, next_skb, 1, next_skb_size))
next_skb         2812 net/ipv4/tcp_output.c 	tcp_highest_sack_replace(sk, next_skb, skb);
next_skb         2815 net/ipv4/tcp_output.c 	TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(next_skb)->end_seq;
next_skb         2818 net/ipv4/tcp_output.c 	TCP_SKB_CB(skb)->tcp_flags |= TCP_SKB_CB(next_skb)->tcp_flags;
next_skb         2823 net/ipv4/tcp_output.c 	TCP_SKB_CB(skb)->sacked |= TCP_SKB_CB(next_skb)->sacked & TCPCB_EVER_RETRANS;
next_skb         2824 net/ipv4/tcp_output.c 	TCP_SKB_CB(skb)->eor = TCP_SKB_CB(next_skb)->eor;
next_skb         2828 net/ipv4/tcp_output.c 	if (next_skb == tp->retransmit_skb_hint)
next_skb         2831 net/ipv4/tcp_output.c 	tcp_adjust_pcount(sk, next_skb, tcp_skb_pcount(next_skb));
next_skb         2833 net/ipv4/tcp_output.c 	tcp_skb_collapse_tstamp(skb, next_skb);
next_skb         2835 net/ipv4/tcp_output.c 	tcp_rtx_queue_unlink_and_free(next_skb, sk);
next_skb         1651 net/tls/tls_sw.c 		struct sk_buff *next_skb;
next_skb         1704 net/tls/tls_sw.c 		next_skb = skb_peek_next(skb, &ctx->rx_list);
next_skb         1711 net/tls/tls_sw.c 		skb = next_skb;