Searched refs:fle (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/netgraph/netflow/ |
| H A D | netflow.c | 90 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t) argument 91 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t) argument 92 #define ISFREE(fle) (fle->f.packets == 0) argument 100 #define SMALL(fle) (fle->f.packets <= 4) argument 226 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) in expire_flow() argument 229 uint16_t version = fle->f.version; in expire_flow() 238 uma_zfree_arg(priv->zone, fle, priv); in expire_flow() 242 if (export_add(exp.item, fle) > 0) in expire_flow() 253 uma_zfree_arg(priv->zone, fle, priv); in expire_flow() 256 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 | RISCVInstrInfoQ.td | 92 defm FLE_Q : FPCmp_rr_m<0b1010011, 0b000, "fle.q", Ext>; 159 // flt.q/fle.q forms will always be printed. Therefore, set a zero weight.
|
| H A D | RISCVInstrInfoZfh.td | 191 defm FLE_H : FPCmp_rr_m<0b1010010, 0b000, "fle.h", Ext>; 241 // flt.h/fle.h forms will always be printed. Therefore, set a zero weight.
|
| H A D | RISCVInstrInfoD.td | 127 defm FLE_D : FPCmp_rr_m<0b1010001, 0b000, "fle.d", Ext>; 195 // flt.d/fle.d forms will always be printed. Therefore, set a zero weight.
|
| H A D | RISCVInstrInfoF.td | 401 defm FLE_S : FPCmp_rr_m<0b1010000, 0b000, "fle.s", Ext>; 482 // flt.s/fle.s forms will always be printed. Therefore, set a zero weight.
|