Searched refs:ip_frag (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/ |
H A D | bcm_sf2_cfp.c | 359 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 D | bcm_sf2_cfp.c | 359 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 D | be_hw.h | 317 u8 ip_frag; /* dword 1 */ member
|
H A D | be.h | 286 u8 ip_frag; member
|
H A D | be_main.c | 2528 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 D | be_hw.h | 317 u8 ip_frag; /* dword 1 */ member
|
H A D | be.h | 285 u8 ip_frag; member
|
H A D | be_main.c | 2529 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 D | tc.h | 101 bool ip_frag, ip_firstfrag; member
|
H A D | mae.c | 699 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 D | tc.c | 269 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 D | sge.c | 1632 !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 D | t4_msg.h | 1141 u8 ip_frag:1; member 1143 u8 ip_frag:1; member
|
H A D | sge.c | 3701 (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 D | t4_msg.h | 1141 u8 ip_frag:1; member 1143 u8 ip_frag:1; member
|
H A D | sge.c | 3726 (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 D | sge.c | 1629 !pkt->ip_frag) { in t4vf_ethrx_handler() 1651 if (!pkt->ip_frag) { in t4vf_ethrx_handler()
|
Completed in 71 milliseconds