Searched refs:fle (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 91 #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 227 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) in expire_flow() argument 230 uint16_t version = fle->f.version; in expire_flow() 239 uma_zfree_arg(priv->zone, fle, priv); in expire_flow() 243 if (export_add(exp.item, fle) > 0) in expire_flow() 254 uma_zfree_arg(priv->zone, fle, priv); in expire_flow() 257 uma_zfree_arg(priv->zone6, fle, priv); in expire_flow() [all …]
|
H A D | netflow_v9.c | 237 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 D | flowctl.c | 267 struct flow_entry_data *fle; in flow_cache_print() local 279 fle = (struct flow_entry_data *)(resp + 1); in flow_cache_print() 280 for (i = 0; i < resp->nentries; i++, fle++) { in flow_cache_print() 281 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src)); in flow_cache_print() 282 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst)); in flow_cache_print() 284 if_indextoname(fle->fle_i_ifx, src_if), in flow_cache_print() 286 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print() 288 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() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoD.td | 127 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 D | RISCVInstrInfoZfh.td | 164 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 D | RISCVInstrInfoF.td | 352 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.
|