Searched refs:fle (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netgraph/netflow/
H A Dnetflow.c92 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t)
93 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t)
94 #define ISFREE(fle) (fle->f.packets == 0)
102 #define SMALL(fle) (fle->f.packets <= 4)
226 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) argument
229 uint16_t version = fle
324 struct flow_entry *fle; local
568 struct flow_entry *fle, *fle1; local
652 struct flow_entry *fle, *fle1; local
781 struct flow_entry *fle = NULL, *fle1; local
907 struct flow_entry *fle; local
1044 export_add(item_p item, struct flow_entry *fle) argument
1090 struct flow_entry *fle, *fle1; local
[all...]
H A Dnetflow_v9.c241 export9_add(item_p item, struct netflow_v9_packet_opt *t, struct flow_entry *fle) argument
258 fed = (struct flow_entry_data *)&fle->f;
260 fed6 = (struct flow6_entry_data *)&fle->f;
262 /* We can use flow_type field since fle6 offset is equal to fle */
/freebsd-13-stable/usr.sbin/flowctl/
H A Dflowctl.c272 struct flow_entry_data *fle; local
284 fle = (struct flow_entry_data *)(resp + 1);
285 for (i = 0; i < resp->nentries; i++, fle++) {
286 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src));
287 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst));
289 if_indextoname(fle->fle_i_ifx, src_if),
291 if_indextoname(fle->fle_o_ifx, dst_if),
293 fle->r.r_ip_p,
294 ntohs(fle->r.r_sport),
295 ntohs(fle
340 struct flow_entry_data *fle; local
[all...]

Completed in 119 milliseconds