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

/freebsd-11.0-release/sys/netgraph/netflow/
H A Dnetflow.c84 #define INACTIVE(fle) (time_uptime - fle->f.last > priv->nfinfo_inact_t)
85 #define AGED(fle) (time_uptime - fle->f.first > priv->nfinfo_act_t)
86 #define ISFREE(fle) (fle->f.packets == 0)
94 #define SMALL(fle) (fle->f.packets <= 4)
228 expire_flow(priv_p priv, fib_export_p fe, struct flow_entry *fle, int flags) argument
231 uint16_t version = fle
325 struct flow_entry *fle; local
607 struct flow_entry *fle, *fle1; local
690 struct flow_entry *fle, *fle1; local
818 struct flow_entry *fle = NULL, *fle1; local
944 struct flow_entry *fle; local
1082 export_add(item_p item, struct flow_entry *fle) argument
1128 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-11.0-release/usr.sbin/flowctl/
H A Dflowctl.c270 struct flow_entry_data *fle; local
282 fle = (struct flow_entry_data *)(resp + 1);
283 for (i = 0; i < resp->nentries; i++, fle++) {
284 inet_ntop(AF_INET, &fle->r.r_src, src, sizeof(src));
285 inet_ntop(AF_INET, &fle->r.r_dst, dst, sizeof(dst));
287 if_indextoname(fle->fle_i_ifx, src_if),
289 if_indextoname(fle->fle_o_ifx, dst_if),
291 fle->r.r_ip_p,
292 ntohs(fle->r.r_sport),
293 ntohs(fle
338 struct flow_entry_data *fle; local
[all...]
/freebsd-11.0-release/sys/net/
H A Dflowtable.c188 struct flentry *fle; local
250 fle = flowtable_lookup_common(&V_ip4_ft, key, 3 * sizeof(uint32_t),
255 fle = flowtable_lookup_common(&V_ip4_ft, (uint32_t *)&ip->ip_dst,
260 if (fle == NULL)
268 return (fle);
294 struct flentry *fle; local
391 fle = flowtable_lookup_common(&V_ip6_ft, key, 9 * sizeof(uint32_t),
395 fle = flowtable_lookup_common(&V_ip6_ft, key, sizeof(struct in6_addr),
399 if (fle == NULL)
407 return (fle);
435 flow_stale(struct flowtable *ft, struct flentry *fle, int maxidle) argument
467 flow_matches(struct flentry *fle, uint32_t *key, int keylen, uint32_t fibnum) argument
510 struct flentry *fle, *iter; local
667 struct flentry *fle; local
710 struct flentry *fle; local
763 struct flentry *fle, *fle1, *fleprev; local
1049 flow_show(struct flowtable *ft, struct flentry *fle) argument
1138 struct flentry *fle; local
[all...]
/freebsd-11.0-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c159 _QP_CMP(fle, 1, FCC_LE)

Completed in 132 milliseconds