Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/netflow/
H A Dnetflow.c91 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t) argument
92 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t) argument
93 #define ISFREE(fle) (fle->f.packets == 0) argument
101 #define SMALL(fle) (fle->f.packets <= 4) argument
345 fle->f.first = fle->f.last = time_uptime; in hash_insert()
730 if ((INACTIVE(fle) && SMALL(fle)) || AGED(fle)) { in ng_netflow_flow_add()
854 expire_flow(priv, priv_to_fib(priv, fle->f.r.fib), fle, in ng_netflow_flow6_add()
877 expire_flow(priv, priv_to_fib(priv, fle->f.r.fib), fle, in ng_netflow_flow6_add()
1124 if ((INACTIVE(fle) && (SMALL(fle) || in ng_netflow_expire()
1128 fle->f.r.fib), fle, NG_NOFLAGS); in ng_netflow_expire()
[all …]
H A Dnetflow_v9.c237 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) in export9_add() argument
254 fed = (struct flow_entry_data *)&fle->f; in export9_add()
256 fed6 = (struct flow6_entry_data *)&fle->f; in export9_add()
/freebsd/usr.sbin/flowctl/
H A Dflowctl.c288 fle->r.r_ip_p, in flow_cache_print()
289 ntohs(fle->r.r_sport), in flow_cache_print()
290 ntohs(fle->r.r_dport), in flow_cache_print()
291 fle->packets); in flow_cache_print()
356 fle->r.r_ip_p, in flow_cache_print_verbose()
357 fle->r.r_tos, in flow_cache_print_verbose()
358 fle->tcp_flags, in flow_cache_print_verbose()
359 fle->packets, in flow_cache_print_verbose()
361 fle->src_mask, in flow_cache_print_verbose()
364 fle->dst_mask, in flow_cache_print_verbose()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoD.td127 defm FLE_D : FPCmp_rr_m<0b1010001, 0b000, "fle.d", Ext>;
193 // flt.d/fle.d forms will always be printed. Therefore, set a zero weight.
H A DRISCVInstrInfoZfh.td164 defm FLE_H : FPCmp_rr_m<0b1010010, 0b000, "fle.h", Ext>;
214 // flt.h/fle.h forms will always be printed. Therefore, set a zero weight.
H A DRISCVInstrInfoF.td352 defm FLE_S : FPCmp_rr_m<0b1010000, 0b000, "fle.s", Ext>;
407 // flt.s/fle.s forms will always be printed. Therefore, set a zero weight.