Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_ioctl.h175 struct t4_filter_tuple { struct
179 uint8_t sip[16]; /* source IP address (IPv4 in [3:0]) */
180 uint8_t dip[16]; /* destination IP address (IPv4 in [3:0]) */
181 uint16_t sport; /* source port */
182 uint16_t dport; /* destination port */
189 uint16_t vnic; /* VNIC id (PF/VF) or outer VLAN tag */
190 uint16_t vlan; /* VLAN tag */
191 uint16_t ethtype; /* Ethernet type */
192 uint8_t tos; /* TOS/Traffic Type */
193 uint8_t proto; /* protocol type */
[all …]