Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dmac_flow.h75 typedef struct flow_desc_s { struct
76 flow_mask_t fd_mask;
77 uint32_t fd_mac_len;
78 uint8_t fd_dst_mac[MAXMACADDR];
79 uint8_t fd_src_mac[MAXMACADDR];
80 uint16_t fd_vid;
81 uint32_t fd_sap;
82 uint8_t fd_ipversion;
83 uint8_t fd_protocol;
84 in6_addr_t fd_local_addr;
[all …]