Home
last modified time | relevance | path

Searched refs:fed6 (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netgraph/netflow/
H A Dnetflow_v9.c250 struct flow6_entry_data *fed6; in export9_add() local
302 rec->src_addr = fed6->r.src.r_src6; in export9_add()
303 rec->dst_addr = fed6->r.dst.r_dst6; in export9_add()
304 rec->next_hop = fed6->n.next_hop6; in export9_add()
313 rec->s_port = fed6->r.r_sport; in export9_add()
314 rec->d_port = fed6->r.r_dport; in export9_add()
315 rec->flags = fed6->tcp_flags; in export9_add()
316 rec->prot = fed6->r.r_ip_p; in export9_add()
317 rec->tos = fed6->r.r_tos; in export9_add()
318 rec->dst_mask = fed6->dst_mask; in export9_add()
[all …]