Home
last modified time | relevance | path

Searched refs:ipv4_frag (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.c82 fbnic_hw_stat_rst32(fbd, FBNIC_RPC_CNTR_IPV4_FRAG, &rpc->ipv4_frag); in fbnic_reset_rpc_stats()
105 fbnic_hw_stat_rd32(fbd, FBNIC_RPC_CNTR_IPV4_FRAG, &rpc->ipv4_frag); in fbnic_get_rpc_stats32()
H A Dfbnic_hw_stats.h42 struct fbnic_stat_counter ipv4_frag, ipv6_frag, ipv4_esp, ipv6_esp; member
H A Dfbnic_ethtool.c33 FBNIC_HW_STAT("rpc_ipv4_frag", rpc.ipv4_frag),
/linux-6.15/include/uapi/linux/
H A Dopenvswitch.h448 __u8 ipv4_frag; /* One of OVS_FRAG_TYPE_*. */ member
/linux-6.15/net/openvswitch/
H A Dflow_netlink.c1568 if (!is_mask && ipv4_key->ipv4_frag > OVS_FRAG_TYPE_MAX) { in ovs_key_from_nlattrs()
1570 ipv4_key->ipv4_frag, OVS_FRAG_TYPE_MAX); in ovs_key_from_nlattrs()
1580 ipv4_key->ipv4_frag, is_mask); in ovs_key_from_nlattrs()
2136 ipv4_key->ipv4_frag = output->ip.frag; in __ovs_nla_put_key()
2930 if (mask->ipv4_proto || mask->ipv4_frag) in validate_set()
2936 if (ipv4_key->ipv4_frag != flow_key->ip.frag) in validate_set()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Ddefiner.h351 u8 ipv4_frag[0x10]; member