Lines Matching defs:ocelot_vcap_key_arp
529 struct ocelot_vcap_key_arp { struct
530 struct ocelot_vcap_u48 smac;
531 enum ocelot_vcap_bit arp; /* Opcode ARP/RARP */
532 enum ocelot_vcap_bit req; /* Opcode request/reply */
533 enum ocelot_vcap_bit unknown; /* Opcode unknown */
534 enum ocelot_vcap_bit smac_match; /* Sender MAC matches SMAC */
535 enum ocelot_vcap_bit dmac_match; /* Target MAC matches DMAC */
538 enum ocelot_vcap_bit length;
540 enum ocelot_vcap_bit ip; /* Protocol address type IP */
541 enum ocelot_vcap_bit ethernet; /* Hardware address type Ethernet */
542 struct ocelot_vcap_ipv4 sip; /* Sender IP address */
543 struct ocelot_vcap_ipv4 dip; /* Target IP address */