Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/dsa/
Dbcm_sf2_cfp.c332 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv4_rule_set() local
352 ip_frag = be32_to_cpu(fs->m_ext.data[0]); in bcm_sf2_cfp_ipv4_rule_set()
396 ip_proto << IPPROTO_SHIFT | ip_frag << IP_FRAG_SHIFT | in bcm_sf2_cfp_ipv4_rule_set()
526 u8 ip_proto, ip_frag; in bcm_sf2_cfp_ipv6_rule_set() local
546 ip_frag = be32_to_cpu(fs->m_ext.data[0]); in bcm_sf2_cfp_ipv6_rule_set()
611 ip_frag << IP_FRAG_SHIFT | udf_upper_bits(num_udf); in bcm_sf2_cfp_ipv6_rule_set()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe_hw.h321 u8 ip_frag; /* dword 1 */ member
Dbe.h291 u8 ip_frag; member
Dbe_main.c2531 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2553 if (rxcp->ip_frag) in be_rx_compl_get()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c1632 !pkt->ip_frag) { in t4vf_ethrx_handler()
1654 if (!pkt->ip_frag) { in t4vf_ethrx_handler()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_msg.h1124 u8 ip_frag:1; member
1126 u8 ip_frag:1; member
Dsge.c2835 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
2877 if (!pkt->ip_frag) { in t4_ethrx_handler()