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