Lines Matching defs:dpsw_prep_acl_entry
493 struct dpsw_prep_acl_entry { struct
494 u8 match_l2_dest_mac[6];
495 __le16 match_l2_tpid;
497 u8 match_l2_source_mac[6];
498 __le16 match_l2_vlan_id;
500 __le32 match_l3_dest_ip;
501 __le32 match_l3_source_ip;
503 __le16 match_l4_dest_port;
504 __le16 match_l4_source_port;
505 __le16 match_l2_ether_type;
506 u8 match_l2_pcp_dei;
507 u8 match_l3_dscp;
509 u8 mask_l2_dest_mac[6];
510 __le16 mask_l2_tpid;
512 u8 mask_l2_source_mac[6];
513 __le16 mask_l2_vlan_id;
515 __le32 mask_l3_dest_ip;
516 __le32 mask_l3_source_ip;
518 __le16 mask_l4_dest_port;
519 __le16 mask_l4_source_port;
520 __le16 mask_l2_ether_type;
521 u8 mask_l2_pcp_dei;
522 u8 mask_l3_dscp;
524 u8 match_l3_protocol;
525 u8 mask_l3_protocol;