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

/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow.c82 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->info.nfinfo_inact_t)
83 #define AGED(fle) (time_uptime - fle->f.first > priv->info.nfinfo_act_t)
84 #define ISFREE(fle) (fle->f.packets == 0)
92 #define SMALL(fle) (fle->f.packets <= 4)
259 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) argument
262 uint16_t version = fle
332 struct flow_entry *fle; local
586 struct flow_entry *fle, *fle1; local
656 register struct flow_entry *fle, *fle1; local
786 register struct flow_entry *fle = NULL, *fle1; local
917 struct flow_entry *fle; local
1055 export_add(item_p item, struct flow_entry *fle) argument
1101 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-9.3-release/usr.sbin/flowctl/
H A Dflowctl.c253 struct flow_entry_data *fle; local
264 fle = (struct flow_entry_data *)(resp + 1);
265 for (i = 0; i < resp->nentries; i++, fle++) {
266 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src));
267 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst));
269 if_indextoname(fle->fle_i_ifx, src_if),
271 if_indextoname(fle->fle_o_ifx, dst_if),
273 fle->r.r_ip_p,
274 ntohs(fle->r.r_sport),
275 ntohs(fle
319 struct flow_entry_data *fle; local
[all...]
/freebsd-9.3-release/sys/net/
H A Dflowtable.c423 flow_invalidate(struct flentry *fle) argument
426 fle->f_flags |= FL_STALE;
610 flow_to_route(struct flentry *fle, struct route *ro) argument
618 hashkey = ((struct flentry_v4 *)fle)->fl_flow.ipf_key;
620 ro->ro_rt = __DEVOLATILE(struct rtentry *, fle->f_rt);
621 ro->ro_lle = __DEVOLATILE(struct llentry *, fle->f_lle);
817 flow_to_route_in6(struct flentry *fle, struct route_in6 *ro) argument
826 hashkey = ((struct flentry_v6 *)fle)->fl_flow.ipf_key;
828 ro->ro_rt = __DEVOLATILE(struct rtentry *, fle->f_rt);
829 ro->ro_lle = __DEVOLATILE(struct llentry *, fle
850 struct flentry **fle; local
865 flow_stale(struct flowtable *ft, struct flentry *fle) argument
896 flowtable_set_hashkey(struct flentry *fle, uint32_t *key) argument
929 flow_free(struct flentry *fle, struct flowtable *ft) argument
972 struct flentry *fle, *fletail, *newfle, **flep; local
1072 flowtable_key_equal(struct flentry *fle, uint32_t *key) argument
1095 struct flentry *fle = NULL; local
1117 struct flentry *fle; local
1387 fle_free(struct flentry *fle, struct flowtable *ft) argument
1405 struct flentry *fle, **flehead, *fleprev; local
1653 flowtable_get_hashkey(struct flentry *fle) argument
1681 struct flentry **fle; local
1694 flow_show(struct flowtable *ft, struct flentry *fle) argument
1762 struct flentry *fle, **flehead; local
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c159 _QP_CMP(fle, 1, FCC_LE)
/freebsd-9.3-release/sys/netinet/
H A Dip_output.c154 struct flentry *fle; local
162 fle = flowtable_lookup_mbuf(V_ip_ft, m, AF_INET);
163 if (fle != NULL)
164 flow_to_route(fle, ro);
/freebsd-9.3-release/sys/netinet6/
H A Dip6_output.c525 struct flentry *fle; local
533 fle = flowtable_lookup_mbuf(V_ip6_ft, m, AF_INET6);
534 if (fle != NULL)
535 flow_to_route_in6(fle, ro);

Completed in 176 milliseconds