Home
last modified time | relevance | path

Searched refs:skb_has_frag_list (Results 1 – 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_trace.h43 __entry->fraglist = skb_has_frag_list(skb);
Dhns3_enet.c1210 !skb_has_frag_list(skb) && in hns3_tx_bd_num()
1219 if (!skb_has_frag_list(skb) || bd_num > HNS3_MAX_TSO_BD_NUM) in hns3_tx_bd_num()
2854 if (skb_has_frag_list(skb)) in hns3_rx_skb()
/kernel/linux/linux-5.10/net/ipv6/
Dnetfilter.c155 if (skb_has_frag_list(skb)) { in br_ip6_fragment()
Desp6.c507 && !skb_has_frag_list(skb)) { in esp6_output_head()
967 } else if (!skb_has_frag_list(skb)) { in esp6_input()
Dip6_output.c887 if (skb_has_frag_list(skb)) { in ip6_fragment()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c813 if (full_pkt && skb_has_frag_list(skb)) { in skb_dump()
1594 if (skb_has_frag_list(skb)) { in __pskb_copy_fclone()
1665 if (skb_has_frag_list(skb)) in pskb_expand_head()
1967 if (skb_has_frag_list(skb)) in ___pskb_trim()
2085 if (!skb_has_frag_list(skb)) in __pskb_pull_tail()
2535 if (skb_has_frag_list(skb)) { in skb_send_sock_locked()
2931 if (skb_has_frag_list(from)) in skb_zerocopy_headlen()
3549 if (st->root_skb == st->cur_skb && skb_has_frag_list(st->root_skb)) { in skb_seq_read()
4469 if (!skb_has_frag_list(skb)) { in skb_cow_data()
4504 skb_has_frag_list(skb1) || in skb_cow_data()
[all …]
/kernel/linux/linux-5.10/net/tipc/
Dmsg.c152 if (skb_has_frag_list(frag) && __skb_linearize(frag)) in tipc_buf_append()
169 if (!skb_has_frag_list(head)) in tipc_buf_append()
/kernel/linux/linux-5.10/net/bridge/netfilter/
Dnf_conntrack_bridge.c57 if (skb_has_frag_list(skb)) { in nf_br_ip_fragment()
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Dnetback.c630 if (skb_has_frag_list(skb) && !first_shinfo) { in xenvif_tx_check_gop()
1162 if (skb_has_frag_list(skb)) { in xenvif_tx_submit()
1178 if (unlikely(skb_has_frag_list(skb))) { in xenvif_tx_submit()
/kernel/linux/linux-5.10/net/strparser/
Dstrparser.c193 if (skb_has_frag_list(skb)) { in __strp_recv()
/kernel/linux/linux-5.10/net/ipv4/
Desp4.c473 && !skb_has_frag_list(skb)) { in esp_output_head()
921 } else if (!skb_has_frag_list(skb)) { in esp_input()
Dinet_fragment.c452 if (skb_has_frag_list(head)) { in inet_frag_reasm_prepare()
Dip_output.c811 if (skb_has_frag_list(skb)) { in ip_do_fragment()
Dudp.c815 if (!skb_has_frag_list(skb)) { in udp4_hwcsum()
Dtcp.c1758 if ((int)offset_skb < 0 || skb_has_frag_list(skb)) in skb_advance_to_frag()
/kernel/linux/linux-5.10/include/linux/
Dskbuff.h3501 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list() function
3652 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
4338 !skb_has_frag_list(skb); in skb_irq_freeable()
Dnetdevice.h4895 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
/kernel/linux/linux-5.10/net/mac80211/
Dstatus.c733 if (skb_has_frag_list(skb)) { in ieee80211_report_used_skb()
Dtx.c3731 if (skb_has_frag_list(skb) && in ieee80211_tx_dequeue()
/kernel/linux/linux-5.10/net/wireless/
Dutil.c756 bool reuse_frag = skb->head_frag && !skb_has_frag_list(skb); in ieee80211_amsdu_to_8023s()
/kernel/linux/linux-5.10/net/kcm/
Dkcmsock.c690 if (skb_has_frag_list(skb)) { in kcm_write_msgs()
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
Dibmveth.c1055 skb_has_frag_list(skb) && __skb_linearize(skb)) { in ibmveth_start_xmit()
/kernel/linux/linux-5.10/net/tls/
Dtls_sw.c95 if (unlikely(skb_has_frag_list(skb))) { in __skb_nsg()
/kernel/linux/linux-5.10/net/xfrm/
Dxfrm_user.c2787 if (skb_has_frag_list(skb)) { in xfrm_user_rcv_msg()
/kernel/linux/linux-5.10/net/bluetooth/
Dl2cap_core.c6527 if (!skb_has_frag_list(skb)) in append_skb_frag()

12