Lines Matching refs:fle6

301 	struct flow6_entry_data *fle6;  in flow_cache_print6()  local
313 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6()
314 for (i = 0; i < resp->nentries; i++, fle6++) { in flow_cache_print6()
315 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6)); in flow_cache_print6()
316 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6()
318 if_indextoname(fle6->fle_i_ifx, src_if), in flow_cache_print6()
320 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6()
322 fle6->r.r_ip_p, in flow_cache_print6()
323 ntohs(fle6->r.r_sport), in flow_cache_print6()
324 ntohs(fle6->r.r_dport), in flow_cache_print6()
325 fle6->packets); in flow_cache_print6()
378 struct flow6_entry_data *fle6; in flow_cache_print6_verbose() local
389 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6_verbose()
390 for (i = 0; i < resp->nentries; i++, fle6++) { in flow_cache_print6_verbose()
391 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6)); in flow_cache_print6_verbose()
392 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6_verbose()
393 inet_ntop(AF_INET6, &fle6->n.next_hop6, next6, sizeof(next6)); in flow_cache_print6_verbose()
395 if_indextoname(fle6->fle_i_ifx, src_if), in flow_cache_print6_verbose()
397 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6_verbose()
399 fle6->r.r_ip_p, in flow_cache_print6_verbose()
400 fle6->r.r_tos, in flow_cache_print6_verbose()
401 fle6->tcp_flags, in flow_cache_print6_verbose()
402 fle6->packets, in flow_cache_print6_verbose()
403 ntohs(fle6->r.r_sport), in flow_cache_print6_verbose()
404 fle6->src_mask, in flow_cache_print6_verbose()
406 ntohs(fle6->r.r_dport), in flow_cache_print6_verbose()
407 fle6->dst_mask, in flow_cache_print6_verbose()
410 (u_int)(fle6->bytes / fle6->packets), in flow_cache_print6_verbose()