Home
last modified time | relevance | path

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

/linux/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()
/linux/drivers/net/ethernet/sfc/
H A Dtc.h103 bool ip_frag, ip_firstfrag; member
H A Dmae.c686 CHECK_BIT(IS_IP_FRAG, ip_frag) || in efx_mae_match_check_caps()
771 CHECK_BIT(ENC_IP_FRAG, ip_frag) || in efx_mae_match_check_caps_lhs()
1620 match->value.ip_frag); in efx_mae_populate_lhs_match_criteria()
1624 match->mask.ip_frag); in efx_mae_populate_lhs_match_criteria()
2097 match->value.ip_frag, in efx_mae_populate_match_criteria()
2108 match->mask.ip_frag, in efx_mae_populate_match_criteria()
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()
960 match->mask.ip_frag || match->mask.ip_firstfrag || in efx_tc_flower_flhs_needs_ar()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_msg.h1141 u8 ip_frag:1; member
1143 u8 ip_frag:1; member
H A Dsge.c3713 (q->netdev->features & NETIF_F_GRO) && csum_ok && !pkt->ip_frag) { in t4_ethrx_handler()
3754 if (!pkt->ip_frag) { in t4_ethrx_handler()
/linux/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()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2532 rxcp->ip_frag = GET_RX_COMPL_V0_BITS(ip_frag, compl); in be_parse_rx_compl_v0()
2554 if (rxcp->ip_frag) in be_rx_compl_get()