Home
last modified time | relevance | path

Searched refs:pkt_flags (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/atheros/atl1e/
A Datl1e_main.c1359 u16 pkt_flags; in atl1e_rx_checksum() local
1363 pkt_flags = prrs->pkt_flag; in atl1e_rx_checksum()
1365 if (((pkt_flags & RRS_IS_IPV4) || (pkt_flags & RRS_IS_IPV6)) && in atl1e_rx_checksum()
1366 ((pkt_flags & RRS_IS_TCP) || (pkt_flags & RRS_IS_UDP))) { in atl1e_rx_checksum()
1367 if (pkt_flags & RRS_IS_IPV4) { in atl1e_rx_checksum()
1368 if (pkt_flags & RRS_IS_802_3) in atl1e_rx_checksum()
1371 if (iph->frag_off != 0 && !(pkt_flags & RRS_IS_IP_DF)) in atl1e_rx_checksum()
/linux-6.3-rc2/drivers/infiniband/hw/qib/
A Dqib_user_sdma.c453 hdr->iph.pkt_flags = in qib_user_sdma_page_to_frags()
454 cpu_to_le16(le16_to_cpu(hdr->iph.pkt_flags)|0x2); in qib_user_sdma_page_to_frags()
469 le16_to_cpu(hdr->iph.pkt_flags)); in qib_user_sdma_page_to_frags()
513 le16_to_cpu(hdr->iph.pkt_flags)); in qib_user_sdma_page_to_frags()
A Dqib_common.h691 __le16 pkt_flags; member
/linux-6.3-rc2/drivers/net/ethernet/google/gve/
A Dgve_rx.c337 static enum pkt_hash_types gve_rss_type(__be16 pkt_flags) in gve_rss_type() argument
339 if (likely(pkt_flags & (GVE_RXF_TCP | GVE_RXF_UDP))) in gve_rss_type()
341 if (pkt_flags & (GVE_RXF_IPV4 | GVE_RXF_IPV6)) in gve_rss_type()
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/
A Drxmq.c112 u32 pkt_flags = le32_to_cpu(pkt->len_n_flags); in iwl_mvm_create_skb() local
118 if (!(pkt_flags & FH_RSCSR_RADA_EN)) { in iwl_mvm_create_skb()
359 u32 pkt_flags, int queue, u8 *crypt_len) in iwl_mvm_rx_crypto() argument
395 if (pkt_flags & FH_RSCSR_RADA_EN) in iwl_mvm_rx_crypto()
421 if (pkt_flags & FH_RSCSR_RADA_EN) { in iwl_mvm_rx_crypto()
/linux-6.3-rc2/net/core/
A Dpktgen.c205 enum pkt_flags { enum

Completed in 23 milliseconds