Home
last modified time | relevance | path

Searched refs:ip_frag (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/dsa/
H A 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()
/kernel/linux/linux-6.6/drivers/net/dsa/
H A 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h317 u8 ip_frag; /* dword 1 */ member
H A Dbe.h286 u8 ip_frag; member
H A Dbe_main.c2528 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2550 if (rxcp->ip_frag) in be_rx_compl_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/
H A Dbe_hw.h317 u8 ip_frag; /* dword 1 */ member
H A Dbe.h285 u8 ip_frag; member
H A Dbe_main.c2529 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2551 if (rxcp->ip_frag) in be_rx_compl_get()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H A Dtc.h101 bool ip_frag, ip_firstfrag; member
H A Dmae.c699 CHECK_BIT(IS_IP_FRAG, ip_frag) || in efx_mae_match_check_caps()
784 CHECK_BIT(ENC_IP_FRAG, ip_frag) || in efx_mae_match_check_caps_lhs()
1628 match->value.ip_frag);
1632 match->mask.ip_frag);
2050 match->value.ip_frag,
2061 match->mask.ip_frag,
H A Dtc.c269 match->value.ip_frag = fm.key->flags & FLOW_DIS_IS_FRAGMENT; in efx_tc_flower_parse_match()
270 match->mask.ip_frag = true; in efx_tc_flower_parse_match()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1632 !pkt->ip_frag) { in t4vf_ethrx_handler()
1654 if (!pkt->ip_frag) { in t4vf_ethrx_handler()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1141 u8 ip_frag:1; member
1143 u8 ip_frag:1; member
H A Dsge.c3701 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
3742 if (!pkt->ip_frag) { in t4_ethrx_handler()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1141 u8 ip_frag:1; member
1143 u8 ip_frag:1; member
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1629 !pkt->ip_frag) { in t4vf_ethrx_handler()
1651 if (!pkt->ip_frag) { in t4vf_ethrx_handler()

Completed in 71 milliseconds