Home
last modified time | relevance | path

Searched refs:ipv6_frag (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_hw_stats.h99 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 Dfbnic_hw_stats.c179 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 Dflow_dissector.c87 struct ipv6_frag_pkt ipv6_frag; member
241 .pkt.ipv6_frag = {
268 .pkt.ipv6_frag = {
/linux/include/uapi/linux/
H A Dopenvswitch.h452 * 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 Dflow_netlink.c1555 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()