Lines Matching full:enum
17 enum ocelot_vcap_bit {
78 enum ocelot_ace_type {
91 enum ocelot_vcap_bit dei; /* DEI */
92 enum ocelot_vcap_bit tagged; /* Tagged/untagged frame */
120 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */
121 enum ocelot_vcap_bit req; /* Opcode request/reply */
122 enum ocelot_vcap_bit unknown; /* Opcode unknown */
123 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */
124 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */
127 enum ocelot_vcap_bit length;
129 enum ocelot_vcap_bit ip; /* Protocol address type IP */
130 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */
136 enum ocelot_vcap_bit ttl; /* TTL zero */
137 enum ocelot_vcap_bit fragment; /* Fragment */
138 enum ocelot_vcap_bit options; /* Header options */
146 enum ocelot_vcap_bit tcp_fin;
147 enum ocelot_vcap_bit tcp_syn;
148 enum ocelot_vcap_bit tcp_rst;
149 enum ocelot_vcap_bit tcp_psh;
150 enum ocelot_vcap_bit tcp_ack;
151 enum ocelot_vcap_bit tcp_urg;
152 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
153 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
154 enum ocelot_vcap_bit seq_zero; /* TCP sequence number is zero */
160 enum ocelot_vcap_bit ttl; /* TTL zero */
165 enum ocelot_vcap_bit tcp_fin;
166 enum ocelot_vcap_bit tcp_syn;
167 enum ocelot_vcap_bit tcp_rst;
168 enum ocelot_vcap_bit tcp_psh;
169 enum ocelot_vcap_bit tcp_ack;
170 enum ocelot_vcap_bit tcp_urg;
171 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
172 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
173 enum ocelot_vcap_bit seq_zero; /* TCP sequence number is zero */
176 enum ocelot_ace_action {
194 enum ocelot_ace_action action;
198 enum ocelot_vcap_bit dmac_mc;
199 enum ocelot_vcap_bit dmac_bc;
202 enum ocelot_ace_type type;