Searched refs:ipv6_frag (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_hw_stats.c | 83 fbnic_hw_stat_rst32(fbd, FBNIC_RPC_CNTR_IPV6_FRAG, &rpc->ipv6_frag); in fbnic_reset_rpc_stats() 106 fbnic_hw_stat_rd32(fbd, FBNIC_RPC_CNTR_IPV6_FRAG, &rpc->ipv6_frag); in fbnic_get_rpc_stats32()
|
| H A D | fbnic_hw_stats.h | 42 struct fbnic_stat_counter ipv4_frag, ipv6_frag, ipv4_esp, ipv6_esp; member
|
| H A D | fbnic_ethtool.c | 34 FBNIC_HW_STAT("rpc_ipv6_frag", rpc.ipv6_frag),
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | flow_dissector.c | 87 struct ipv6_frag_pkt ipv6_frag; member 241 .pkt.ipv6_frag = { 268 .pkt.ipv6_frag = {
|
| /linux-6.15/include/uapi/linux/ |
| H A D | openvswitch.h | 458 __u8 ipv6_frag; /* One of OVS_FRAG_TYPE_*. */ member
|
| /linux-6.15/net/openvswitch/ |
| H A D | flow_netlink.c | 1592 if (!is_mask && ipv6_key->ipv6_frag > OVS_FRAG_TYPE_MAX) { in ovs_key_from_nlattrs() 1594 ipv6_key->ipv6_frag, OVS_FRAG_TYPE_MAX); in ovs_key_from_nlattrs() 1613 ipv6_key->ipv6_frag, is_mask); in ovs_key_from_nlattrs() 2153 ipv6_key->ipv6_frag = output->ip.frag; in __ovs_nla_put_key() 2953 if (mask->ipv6_proto || mask->ipv6_frag) in validate_set() 2963 if (ipv6_key->ipv6_frag != flow_key->ip.frag) in validate_set()
|