Lines Matching defs:ocelot_vcap_key_ipv6
568 struct ocelot_vcap_key_ipv6 { struct
569 struct ocelot_vcap_u8 proto; /* IPv6 protocol */
570 struct ocelot_vcap_u128 sip; /* IPv6 source (byte 0-7 ignored) */
571 struct ocelot_vcap_u128 dip; /* IPv6 destination (byte 0-7 ignored) */
572 enum ocelot_vcap_bit ttl; /* TTL zero */
573 struct ocelot_vcap_u8 ds;
574 struct ocelot_vcap_u48 data; /* Not UDP/TCP: IP data */
575 struct ocelot_vcap_udp_tcp sport;
576 struct ocelot_vcap_udp_tcp dport;
577 enum ocelot_vcap_bit tcp_fin;
578 enum ocelot_vcap_bit tcp_syn;
579 enum ocelot_vcap_bit tcp_rst;
580 enum ocelot_vcap_bit tcp_psh;
581 enum ocelot_vcap_bit tcp_ack;
582 enum ocelot_vcap_bit tcp_urg;
583 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
584 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
585 enum ocelot_vcap_bit seq_zero; /* TCP sequence number is zero */