Home
last modified time | relevance | path

Searched refs:next_skb (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/drivers/isdn/mISDN/
Dhwchannel.c91 ch->next_skb = NULL; in mISDN_initbchannel()
127 if (ch->next_skb) { in mISDN_clear_bchannel()
128 dev_kfree_skb(ch->next_skb); in mISDN_clear_bchannel()
129 ch->next_skb = NULL; in mISDN_clear_bchannel()
365 bch->tx_skb = bch->next_skb; in get_next_bframe()
367 bch->next_skb = NULL; in get_next_bframe()
445 if (ch->next_skb) { in bchannel_senddata()
448 __func__, skb->len, ch->next_skb->len); in bchannel_senddata()
453 ch->next_skb = skb; in bchannel_senddata()
/linux-6.1.9/net/unix/
Dgarbage.c207 struct sk_buff *next_skb, *skb; in unix_gc() local
307 skb_queue_walk_safe(&hitlist, skb, next_skb) { in unix_gc()
/linux-6.1.9/net/ipv4/
Dtcp_output.c3031 const struct sk_buff *next_skb) in tcp_skb_collapse_tstamp() argument
3033 if (unlikely(tcp_has_tx_tstamp(next_skb))) { in tcp_skb_collapse_tstamp()
3035 skb_shinfo(next_skb); in tcp_skb_collapse_tstamp()
3041 TCP_SKB_CB(next_skb)->txstamp_ack; in tcp_skb_collapse_tstamp()
3049 struct sk_buff *next_skb = skb_rb_next(skb); in tcp_collapse_retrans() local
3052 next_skb_size = next_skb->len; in tcp_collapse_retrans()
3054 BUG_ON(tcp_skb_pcount(skb) != 1 || tcp_skb_pcount(next_skb) != 1); in tcp_collapse_retrans()
3056 if (next_skb_size && !tcp_skb_shift(skb, next_skb, 1, next_skb_size)) in tcp_collapse_retrans()
3059 tcp_highest_sack_replace(sk, next_skb, skb); in tcp_collapse_retrans()
3062 TCP_SKB_CB(skb)->end_seq = TCP_SKB_CB(next_skb)->end_seq; in tcp_collapse_retrans()
[all …]
/linux-6.1.9/include/linux/
DmISDNhw.h159 struct sk_buff *next_skb; member
Dskbuff.h1744 #define skb_list_walk_safe(first, skb, next_skb) \ argument
1745 for ((skb) = (first), (next_skb) = (skb) ? (skb)->next : NULL; (skb); \
1746 (skb) = (next_skb), (next_skb) = (skb) ? (skb)->next : NULL)
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_io.c1590 struct sk_buff *next_skb; in chtls_pt_recvmsg() local
1601 next_skb = skb_peek(&sk->sk_receive_queue); in chtls_pt_recvmsg()
1602 if (copied >= target && !next_skb) in chtls_pt_recvmsg()
1604 if (ULP_SKB_CB(next_skb)->flags & ULPCB_FLAG_TLS_HDR) in chtls_pt_recvmsg()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/
Dpci.c437 struct sk_buff *next_skb; in _rtl_update_earlymode_info() local
447 skb_queue_walk(&rtlpriv->mac80211.skb_waitq[tid], next_skb) { in _rtl_update_earlymode_info()
450 next_info = IEEE80211_SKB_CB(next_skb); in _rtl_update_earlymode_info()
453 next_skb->len + additionlen; in _rtl_update_earlymode_info()
460 next_skb)) in _rtl_update_earlymode_info()
/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dbase.c1587 struct sk_buff *skb, *next_skb; in ath5k_tasklet_rx() local
1620 next_skb = ath5k_rx_skb_alloc(ah, &next_skb_addr); in ath5k_tasklet_rx()
1626 if (!next_skb) in ath5k_tasklet_rx()
1637 bf->skb = next_skb; in ath5k_tasklet_rx()
/linux-6.1.9/net/tls/
Dtls_sw.c1779 struct sk_buff *next_skb; in process_rx_list() local
1815 next_skb = skb_peek_next(skb, &ctx->rx_list); in process_rx_list()
1822 skb = next_skb; in process_rx_list()
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5669 struct sk_buff *next_skb = NULL; in rtl8xxxu_parse_rxdesc16() local
5711 next_skb = skb_clone(skb, GFP_ATOMIC); in rtl8xxxu_parse_rxdesc16()
5750 skb = next_skb; in rtl8xxxu_parse_rxdesc16()
5752 skb_pull(next_skb, pkt_offset); in rtl8xxxu_parse_rxdesc16()
5756 next_skb = NULL; in rtl8xxxu_parse_rxdesc16()
/linux-6.1.9/net/core/
Dskbuff.c3839 next_skb: in skb_seq_read()
3898 goto next_skb; in skb_seq_read()
3902 goto next_skb; in skb_seq_read()
/linux-6.1.9/include/net/
Dtcp.h626 const struct sk_buff *next_skb);
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Ddp_rx.c5227 goto next_skb; in ath11k_dp_rx_process_mon_status()
5236 next_skb: in ath11k_dp_rx_process_mon_status()