Home
last modified time | relevance | path

Searched refs:frag_list (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/linux/net/tls/
H A Dtls_strp.c35 shinfo->frag_list = NULL; in tls_strp_anchor_free()
166 iter = shinfo->frag_list; in tls_strp_msg_hold()
202 kfree_skb_list(shinfo->frag_list); in tls_strp_flush_anchor_copy()
203 shinfo->frag_list = NULL; in tls_strp_flush_anchor_copy()
299 if (!shinfo->frag_list) { in tls_strp_copyin_skb()
300 shinfo->frag_list = nskb; in tls_strp_copyin_skb()
303 first = shinfo->frag_list; in tls_strp_copyin_skb()
398 shinfo->frag_list = NULL; in tls_strp_read_copy()
432 first = skb_shinfo(strp->anchor)->frag_list; in tls_strp_check_queue_ok()
468 skb_shinfo(strp->anchor)->frag_list = first; in tls_strp_load_anchor_with_queue()
/openbmc/linux/net/sctp/
H A Dinqueue.c133 chunk->skb = skb_shinfo(chunk->skb)->frag_list; in sctp_inq_pop()
168 if (skb_shinfo(chunk->skb)->frag_list) in sctp_inq_pop()
173 chunk->skb = skb_shinfo(chunk->skb)->frag_list; in sctp_inq_pop()
H A Dchunk.c65 list_for_each_entry(chunk, &msg->chunks, frag_list) in sctp_datamsg_free()
83 chunk = list_entry(pos, struct sctp_chunk, frag_list); in sctp_datamsg_destroy()
280 list_add_tail(&chunk->frag_list, &msg->chunks); in sctp_datamsg_from_user()
291 chunk = list_entry(pos, struct sctp_chunk, frag_list); in sctp_datamsg_from_user()
H A Dulpqueue.c321 struct sk_buff *list = skb_shinfo(f_frag)->frag_list; in sctp_make_reassembled_event()
351 skb_shinfo(new)->frag_list = pos; in sctp_make_reassembled_event()
353 skb_shinfo(f_frag)->frag_list = pos; in sctp_make_reassembled_event()
982 flist = skb_shinfo(skb)->frag_list; in sctp_ulpq_renege_list()
H A Dstream_sched_rr.c104 ch = list_first_entry(&msg->chunks, struct sctp_chunk, frag_list); in sctp_sched_rr_enqueue()
H A Dstream_sched_fc.c105 ch = list_first_entry(&msg->chunks, struct sctp_chunk, frag_list); in sctp_sched_fc_enqueue()
H A Dstream_sched.c237 if (!list_is_last(&ch->frag_list, &ch->msg->chunks) && in sctp_sched_dequeue_done()
H A Dstream_sched_prio.c222 ch = list_first_entry(&msg->chunks, struct sctp_chunk, frag_list); in sctp_sched_prio_enqueue()
/openbmc/linux/net/ipv4/
H A Dinet_fragment.c520 skb_shinfo(clone)->frag_list = skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()
530 skb_shinfo(head)->frag_list = clone; in inet_frag_reasm_prepare()
533 nextp = &skb_shinfo(head)->frag_list; in inet_frag_reasm_prepare()
/openbmc/linux/net/phonet/
H A Dpep-gprs.c101 skb_shinfo(rskb)->frag_list = skb; in gprs_recv()
109 skb->next = skb_shinfo(skb)->frag_list; in gprs_recv()
H A Dpep.c1236 skb_shinfo(rskb)->frag_list = skb; in pep_write()
1244 skb->next = skb_shinfo(skb)->frag_list; in pep_write()
/openbmc/linux/net/xfrm/
H A Dxfrm_compat.c334 if (skb_shinfo(skb)->frag_list == NULL) { in xfrm_alloc_compat()
338 skb_shinfo(skb)->frag_list = new; in xfrm_alloc_compat()
341 err = xfrm_xlate64(skb_shinfo(skb)->frag_list, nlh_src); in xfrm_alloc_compat()
345 skb_shinfo(skb)->frag_list = NULL; in xfrm_alloc_compat()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtype_cast.c54 frag0_len = shared_info->frag_list->len; in md_skb()
/openbmc/linux/net/core/
H A Dskbuff.c877 skb_drop_list(&skb_shinfo(skb)->frag_list); in skb_drop_fraglist()
984 if (shinfo->frag_list) in skb_release_data()
985 kfree_skb_list_reason(shinfo->frag_list, reason); in skb_release_data()
1471 skb_shinfo(n)->frag_list = first; in alloc_skb_for_msg()
2055 skb_shinfo(n)->frag_list = skb_shinfo(skb)->frag_list; in __pskb_copy_fclone()
2559 for (fragp = &skb_shinfo(skb)->frag_list; (frag = *fragp); in ___pskb_trim()
2693 struct sk_buff *list = skb_shinfo(skb)->frag_list; in __pskb_pull_tail()
2730 while ((list = skb_shinfo(skb)->frag_list) != insp) { in __pskb_pull_tail()
2731 skb_shinfo(skb)->frag_list = list->next; in __pskb_pull_tail()
2737 skb_shinfo(skb)->frag_list = clone; in __pskb_pull_tail()
[all …]
/openbmc/linux/drivers/net/
H A Dmhi_net.c155 if (!skb_shinfo(head)->frag_list) in mhi_net_skb_agg()
156 skb_shinfo(head)->frag_list = skb; in mhi_net_skb_agg()
/openbmc/linux/drivers/net/wwan/t7xx/
H A Dt7xx_port_wwan.c87 cur = skb_shinfo(skb)->frag_list; in t7xx_port_ctrl_tx()
/openbmc/linux/net/strparser/
H A Dstrparser.c140 if (unlikely(skb_shinfo(head)->frag_list)) { in __strp_recv()
164 &skb_shinfo(head)->frag_list; in __strp_recv()
/openbmc/linux/drivers/net/xen-netback/
H A Dnetback.c505 skb_shinfo(skb)->frag_list = nskb; in xenvif_get_requests()
676 shinfo = skb_shinfo(shinfo->frag_list); in xenvif_tx_check_gop()
1116 struct sk_buff *nskb = skb_shinfo(skb)->frag_list; in xenvif_handle_frag_list()
1193 skb_shinfo(skb)->frag_list; in xenvif_tx_submit()
1208 struct sk_buff *nskb = skb_shinfo(skb)->frag_list; in xenvif_tx_submit()
/openbmc/linux/drivers/net/wwan/
H A Dmhi_wwan_mbim.c366 if (!skb_shinfo(head)->frag_list) in mhi_net_skb_agg()
367 skb_shinfo(head)->frag_list = skb; in mhi_net_skb_agg()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/
H A Dmac80211.c782 if (skb_shinfo(skb)->frag_list) { in mt76_rx_release_amsdu()
813 phy->rx_amsdu[q].tail = &skb_shinfo(skb)->frag_list; in mt76_rx_release_burst()
1338 struct sk_buff *nskb = skb_shinfo(skb)->frag_list; in mt76_rx_complete()
1341 skb_shinfo(skb)->frag_list = NULL; in mt76_rx_complete()
/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h572 frag = &skb_shinfo(skb)->frag_list; in bt_skb_sendmmsg()
/openbmc/linux/include/net/
H A Dudp.h145 for (skb = skb_shinfo(skb)->frag_list; skb; skb = skb->next) { in udp_csum()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtx.c217 EFX_WARN_ON_ONCE_PARANOID(skb_shinfo(skb)->frag_list); in efx_skb_copy_bits_to_pio()
/openbmc/linux/net/mac80211/
H A Dstatus.c775 kfree_skb_list(skb_shinfo(skb)->frag_list); in ieee80211_report_used_skb()
776 skb_shinfo(skb)->frag_list = NULL; in ieee80211_report_used_skb()
/openbmc/linux/net/netlink/
H A Daf_netlink.c1920 if (unlikely(skb_shinfo(skb)->frag_list)) { in netlink_recvmsg()
1932 data_skb = skb_shinfo(skb)->frag_list; in netlink_recvmsg()
2282 if (unlikely(skb_shinfo(skb)->frag_list)) { in netlink_dump()
2283 if (netlink_dump_done(nlk, skb_shinfo(skb)->frag_list, cb, &extack)) in netlink_dump()

123