• Home
  • Raw
  • Download

Lines Matching refs:ocelot_vcap_bit

20 enum ocelot_vcap_bit {  enum
99 enum ocelot_vcap_bit dei; /* DEI */
100 enum ocelot_vcap_bit tagged; /* Tagged/untagged frame */
128 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */
129 enum ocelot_vcap_bit req; /* Opcode request/reply */
130 enum ocelot_vcap_bit unknown; /* Opcode unknown */
131 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */
132 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */
135 enum ocelot_vcap_bit length;
137 enum ocelot_vcap_bit ip; /* Protocol address type IP */
138 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */
144 enum ocelot_vcap_bit ttl; /* TTL zero */
145 enum ocelot_vcap_bit fragment; /* Fragment */
146 enum ocelot_vcap_bit options; /* Header options */
154 enum ocelot_vcap_bit tcp_fin;
155 enum ocelot_vcap_bit tcp_syn;
156 enum ocelot_vcap_bit tcp_rst;
157 enum ocelot_vcap_bit tcp_psh;
158 enum ocelot_vcap_bit tcp_ack;
159 enum ocelot_vcap_bit tcp_urg;
160 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
161 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
162 enum ocelot_vcap_bit seq_zero; /* TCP sequence number is zero */
169 enum ocelot_vcap_bit ttl; /* TTL zero */
174 enum ocelot_vcap_bit tcp_fin;
175 enum ocelot_vcap_bit tcp_syn;
176 enum ocelot_vcap_bit tcp_rst;
177 enum ocelot_vcap_bit tcp_psh;
178 enum ocelot_vcap_bit tcp_ack;
179 enum ocelot_vcap_bit tcp_urg;
180 enum ocelot_vcap_bit sip_eq_dip; /* SIP equals DIP */
181 enum ocelot_vcap_bit sport_eq_dport; /* SPORT equals DPORT */
182 enum ocelot_vcap_bit seq_zero; /* TCP sequence number is zero */
283 enum ocelot_vcap_bit dmac_mc;
284 enum ocelot_vcap_bit dmac_bc;