Searched defs:flow_s (Results 1 – 1 of 1) sorted by relevance
129 typedef struct flow_s { struct130 uint_t type;131 list_hdr_t *hdr;132 in6_addr_t saddr;133 in6_addr_t daddr;134 uint8_t proto;135 uint16_t sport;136 uint16_t dport;137 list_head_t items;138 list_head_t *back_ptr;[all …]