Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/flowctl/
H A Dflowctl.c327 fle6->r.r_ip_p, in flow_cache_print6()
328 ntohs(fle6->r.r_sport), in flow_cache_print6()
329 ntohs(fle6->r.r_dport), in flow_cache_print6()
330 fle6->packets); in flow_cache_print6()
404 fle6->r.r_ip_p, in flow_cache_print6_verbose()
405 fle6->r.r_tos, in flow_cache_print6_verbose()
406 fle6->tcp_flags, in flow_cache_print6_verbose()
407 fle6->packets, in flow_cache_print6_verbose()
409 fle6->src_mask, in flow_cache_print6_verbose()
412 fle6->dst_mask, in flow_cache_print6_verbose()
[all …]
/freebsd-12.1/sys/netgraph/netflow/
H A Dnetflow.c430 if (fle6 == NULL) { in hash6_insert()
442 fle6->f.bytes = plen; in hash6_insert()
443 fle6->f.packets = 1; in hash6_insert()
446 fle6->f.first = fle6->f.last = time_uptime; in hash6_insert()
471 fle6->f.n.next_hop6 = in hash6_insert()
474 fle6->f.dst_mask = in hash6_insert()
495 fle6->f.src_mask = in hash6_insert()
888 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) { in ng_netflow_flow6_add()
899 fle6->f.bytes += plen; in ng_netflow_flow6_add()
900 fle6->f.packets ++; in ng_netflow_flow6_add()
[all …]