Lines Matching full:fed
244 struct flow_entry_data *fed; in export9_add() local
254 fed = (struct flow_entry_data *)&fle->f; in export9_add()
259 flow_type = fed->r.flow_type; in export9_add()
267 rec->src_addr = fed->r.r_src.s_addr; in export9_add()
268 rec->dst_addr = fed->r.r_dst.s_addr; in export9_add()
269 rec->next_hop = fed->next_hop.s_addr; in export9_add()
270 rec->i_ifx = htons(fed->fle_i_ifx); in export9_add()
271 rec->o_ifx = htons(fed->fle_o_ifx); in export9_add()
272 rec->i_packets = htonl(fed->packets); in export9_add()
273 rec->i_octets = htonl(fed->bytes); in export9_add()
276 rec->first = htonl(MILLIUPTIME(fed->first)); in export9_add()
277 rec->last = htonl(MILLIUPTIME(fed->last)); in export9_add()
278 rec->s_port = fed->r.r_sport; in export9_add()
279 rec->d_port = fed->r.r_dport; in export9_add()
280 rec->flags = fed->tcp_flags; in export9_add()
281 rec->prot = fed->r.r_ip_p; in export9_add()
282 rec->tos = fed->r.r_tos; in export9_add()
283 rec->dst_mask = fed->dst_mask; in export9_add()
284 rec->src_mask = fed->src_mask; in export9_add()