Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/flowctl/
H A Dflowctl.c322 fle6->r.r_ip_p, in flow_cache_print6()
323 ntohs(fle6->r.r_sport), in flow_cache_print6()
324 ntohs(fle6->r.r_dport), in flow_cache_print6()
325 fle6->packets); in flow_cache_print6()
399 fle6->r.r_ip_p, in flow_cache_print6_verbose()
400 fle6->r.r_tos, in flow_cache_print6_verbose()
401 fle6->tcp_flags, in flow_cache_print6_verbose()
402 fle6->packets, in flow_cache_print6_verbose()
404 fle6->src_mask, in flow_cache_print6_verbose()
407 fle6->dst_mask, in flow_cache_print6_verbose()
[all …]
/freebsd-14.2/sys/netgraph/netflow/
H A Dnetflow.c402 struct flow6_entry *fle6; in hash6_insert() local
407 if (fle6 == NULL) { in hash6_insert()
419 fle6->f.bytes = plen; in hash6_insert()
420 fle6->f.packets = 1; in hash6_insert()
423 fle6->f.first = fle6->f.last = time_uptime; in hash6_insert()
785 struct flow6_entry *fle6; in ng_netflow_flow6_add() local
852 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) { in ng_netflow_flow6_add()
863 fle6->f.bytes += plen; in ng_netflow_flow6_add()
864 fle6->f.packets ++; in ng_netflow_flow6_add()
985 sizeof(fle6->f)); in ng_netflow_flow_show()
[all …]