Home
last modified time | relevance | path

Searched defs:ocelot_vcap_key_ipv6 (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/include/soc/mscc/
Docelot_vcap.h566 struct ocelot_vcap_key_ipv6 { struct
567 struct ocelot_vcap_u8 proto; /* IPv6 protocol */
568 struct ocelot_vcap_u128 sip; /* IPv6 source (byte 0-7 ignored) */
569 struct ocelot_vcap_u128 dip; /* IPv6 destination (byte 0-7 ignored) */
570 enum ocelot_vcap_bit ttl; /* TTL zero */
571 struct ocelot_vcap_u8 ds;
572 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */
573 struct ocelot_vcap_udp_tcp sport;
574 struct ocelot_vcap_udp_tcp dport;
575 enum ocelot_vcap_bit tcp_fin;
[all …]