Home
last modified time | relevance | path

Searched defs:rx_udp_filter_data (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Decore_hsi_eth.h1066 struct rx_udp_filter_data struct
1068 __le16 action_icid /* CID of Action to run for this filter */;
1069 __le16 vlan_id /* Searcher String - Vlan ID */;
1070 u8 ip_type /* Searcher String - IP Type */;
1071 u8 tenant_id_exists /* Searcher String - Tenant ID Exists */;
1072 __le16 reserved1;
1073 …32 ip_dst_addr[4] /* Searcher String - IP Destination Address, for IPv4 use ip_dst_addr[0] only */;
1074 __le32 ip_src_addr[4] /* Searcher String - IP Source Address, for IPv4 use ip_dst_addr[0] only */;
1075 __le16 udp_dst_port /* Searcher String - UDP Destination Port */;
1076 __le16 udp_src_port /* Searcher String - UDP Source Port */;
[all …]