Home
last modified time | relevance | path

Searched refs:fle_o_ifx (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/flowctl/
H A Dflowctl.c286 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print()
320 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6()
354 if_indextoname(fle->fle_o_ifx, dst_if), in flow_cache_print_verbose()
397 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6_verbose()
/freebsd/sys/netgraph/netflow/
H A Dng_netflow.h254 uint16_t fle_o_ifx; /* output interface index */ member
272 uint16_t fle_o_ifx; /* output interface index */ member
H A Dnetflow_v9.c271 rec->o_ifx = htons(fed->fle_o_ifx); in export9_add()
302 rec->o_ifx = htons(fed6->fle_o_ifx); in export9_add()
H A Dnetflow.c363 fle->f.fle_o_ifx = nh->nh_ifp->if_index; in hash_insert()
441 fle6->f.fle_o_ifx = nh->nh_ifp->if_index; in hash6_insert()
1065 rec->o_ifx = htons(fle->f.fle_o_ifx); in export_add()