Searched refs:ipv6_frag (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/meta/fbnic/ |
| H A D | fbnic_hw_stats.h | 99 struct fbnic_stat_counter ipv4_frag, ipv6_frag, ipv4_esp, ipv6_esp; 98 struct fbnic_stat_counter ipv4_frag, ipv6_frag, ipv4_esp, ipv6_esp; global() member
|
| H A D | fbnic_hw_stats.c | 179 fbnic_hw_stat_rst32(fbd, FBNIC_RPC_CNTR_IPV6_FRAG, &rpc->ipv6_frag); in fbnic_reset_rpc_stats() 202 fbnic_hw_stat_rd32(fbd, FBNIC_RPC_CNTR_IPV6_FRAG, &rpc->ipv6_frag); in fbnic_get_rpc_stats32()
|
| /linux/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/include/uapi/linux/ |
| H A D | openvswitch.h | 452 * Used as the @ipv4_frag in &struct ovs_key_ipv4 and as @ipv6_frag &struct 490 __u8 ipv6_frag; /* One of OVS_FRAG_TYPE_*. */ 464 __u8 ipv6_frag; /* One of OVS_FRAG_TYPE_*. */ global() member
|
| /linux/net/openvswitch/ |
| H A D | flow_netlink.c | 1555 if (!is_mask && ipv6_key->ipv6_frag > OVS_FRAG_TYPE_MAX) { in ovs_key_from_nlattrs() 1557 ipv6_key->ipv6_frag, OVS_FRAG_TYPE_MAX); in ovs_key_from_nlattrs() 1576 ipv6_key->ipv6_frag, is_mask); in ovs_key_from_nlattrs() 2116 ipv6_key->ipv6_frag = output->ip.frag; in __ovs_nla_put_key() 2919 if (mask->ipv6_proto || mask->ipv6_frag) in validate_set() 2929 if (ipv6_key->ipv6_frag != flow_key->ip.frag) in validate_set()
|