Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/net/dsa/
Dbcm_sf2_cfp.c359 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv4_rule_set() local
375 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv4_rule_set()
436 ip_proto << IPPROTO_SHIFT | ip_frag << IP_FRAG_SHIFT | in bcm_sf2_cfp_ipv4_rule_set()
639 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv6_rule_set() local
655 ip_frag = !!(be32_to_cpu(fs->h_ext.data[0]) & 1); in bcm_sf2_cfp_ipv6_rule_set()
735 ip_frag << IP_FRAG_SHIFT | udf_upper_bits(num_udf); in bcm_sf2_cfp_ipv6_rule_set()
/linux-5.19.10/drivers/net/ethernet/emulex/benet/
Dbe_hw.h317 u8 ip_frag; /* dword 1 */ member
Dbe.h285 u8 ip_frag; member
Dbe_main.c2527 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2549 if (rxcp->ip_frag) in be_rx_compl_get()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1141 u8 ip_frag:1; member
1143 u8 ip_frag:1; member
Dsge.c3726 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
3767 if (!pkt->ip_frag) { in t4_ethrx_handler()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1629 !pkt->ip_frag) { in t4vf_ethrx_handler()
1651 if (!pkt->ip_frag) { in t4vf_ethrx_handler()