Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_trace.h42 __entry->fraglist = skb_has_frag_list(skb);
/linux/net/xfrm/
H A Dxfrm_iptfs.c416 if (skb_has_frag_list(skb) || skb->pp_recycle != walk->pp_recycle) in iptfs_skb_can_add_frags()
892 if (!skb_has_frag_list(skb) && !skb_has_frag_list(newskb) && in iptfs_reassem_cont()
1043 if (skb_has_frag_list(skb)) { in __input_process_payload()
2232 if (skb_has_frag_list(*nextp)) in iptfs_output_queued()
2294 if (skb_has_frag_list(skb2)) in iptfs_output_queued()
H A Dxfrm_ipcomp.c146 } else if (!skb_has_frag_list(skb)) { in ipcomp_setup_req()
/linux/net/ipv6/
H A Dnetfilter.c162 if (skb_has_frag_list(skb)) { in br_ip6_fragment()
H A Desp6.c460 && !skb_has_frag_list(skb)) { in esp6_output_head()
915 } else if (!skb_has_frag_list(skb)) { in esp6_input()
H A Dip6_output.c925 if (skb_has_frag_list(skb)) { in ip6_fragment()
/linux/net/tipc/
H A Dmsg.c145 if (skb_has_frag_list(frag) && __skb_linearize(frag)) in tipc_buf_append()
168 if (!skb_has_frag_list(head)) in tipc_buf_append()
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_rx.c292 if (skb_has_frag_list(skb)) { in recv_one_pkt()
/linux/net/batman-adv/
H A Dfragmentation.c478 if (skb_has_frag_list(skb) && __skb_linearize(skb)) { in batadv_frag_send_packet()
/linux/net/bridge/netfilter/
H A Dnf_conntrack_bridge.c58 if (skb_has_frag_list(skb)) { in nf_br_ip_fragment()
/linux/drivers/net/xen-netback/
H A Dnetback.c676 if (skb_has_frag_list(skb) && !first_shinfo) { in xenvif_tx_check_gop()
1193 if (skb_has_frag_list(skb)) { in xenvif_tx_submit()
1209 if (unlikely(skb_has_frag_list(skb))) { in xenvif_tx_submit()
/linux/net/strparser/
H A Dstrparser.c193 if (skb_has_frag_list(skb)) { in __strp_recv()
/linux/net/ipv4/
H A Desp4.c431 && !skb_has_frag_list(skb)) { in esp_output_head()
873 } else if (!skb_has_frag_list(skb)) { in esp_input()
H A Dinet_fragment.c512 if (skb_has_frag_list(head)) { in inet_frag_reasm_prepare()
H A Dtcp.c1840 if ((int)offset_skb < 0 || skb_has_frag_list(skb)) in skb_advance_to_frag()
/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_map_data.c636 if (skb_has_frag_list(port->skbagg_head)) in rmnet_map_tx_aggregate()
/linux/net/core/
H A Dgro.c492 NAPI_GRO_CB(skb)->flush = skb_has_frag_list(skb); in dev_gro_receive()
/linux/include/linux/
H A Dskbuff.h4131 static inline bool skb_has_frag_list(const struct sk_buff *skb) in skb_has_frag_list() function
4274 ((skb_has_frag_list(skb) && !(features & NETIF_F_FRAGLIST)) || in skb_needs_linearize()
5040 !skb_has_frag_list(skb); in skb_irq_freeable()
H A Dnetdevice.h5324 (!skb_has_frag_list(skb) || (features & NETIF_F_FRAGLIST)); in skb_gso_ok()
/linux/net/mac80211/
H A Dstatus.c807 if (skb_has_frag_list(skb)) { in ieee80211_report_used_skb()
H A Dtx.c3938 if (skb_has_frag_list(skb) && in ieee80211_tx_dequeue()
/linux/net/kcm/
H A Dkcmsock.c680 if (skb_has_frag_list(skb)) { in kcm_write_msgs()
/linux/net/wireless/
H A Dutil.c882 bool reuse_frag = skb->head_frag && !skb_has_frag_list(skb); in ieee80211_amsdu_to_8023s()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Dtx.c1874 if (WARN_ON_ONCE(skb_has_frag_list(skb))) in iwl_pcie_prep_tso()
/linux/net/tls/
H A Dtls_sw.c121 if (unlikely(skb_has_frag_list(skb))) { in __skb_nsg()

12