Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/sys/netgraph/netflow/
H A Dnetflow.c401 struct flow6_entry *fle6; in hash6_insert() local
406 if (fle6 == NULL) { in hash6_insert()
418 fle6->f.bytes = plen; in hash6_insert()
419 fle6->f.packets = 1; in hash6_insert()
422 fle6->f.first = fle6->f.last = time_uptime; in hash6_insert()
786 struct flow6_entry *fle6; in ng_netflow_flow6_add() local
853 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) { in ng_netflow_flow6_add()
864 fle6->f.bytes += plen; in ng_netflow_flow6_add()
865 fle6->f.packets ++; in ng_netflow_flow6_add()
986 sizeof(fle6->f)); in ng_netflow_flow_show()
[all …]