Lines Matching refs:fle6
306 struct flow6_entry_data *fle6; in flow_cache_print6() local
318 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6()
319 for (i = 0; i < resp->nentries; i++, fle6++) { in flow_cache_print6()
320 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6)); in flow_cache_print6()
321 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6()
323 if_indextoname(fle6->fle_i_ifx, src_if), in flow_cache_print6()
325 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6()
327 fle6->r.r_ip_p, in flow_cache_print6()
328 ntohs(fle6->r.r_sport), in flow_cache_print6()
329 ntohs(fle6->r.r_dport), in flow_cache_print6()
330 fle6->packets); in flow_cache_print6()
383 struct flow6_entry_data *fle6; in flow_cache_print6_verbose() local
394 fle6 = (struct flow6_entry_data *)(resp + 1); in flow_cache_print6_verbose()
395 for (i = 0; i < resp->nentries; i++, fle6++) { in flow_cache_print6_verbose()
396 inet_ntop(AF_INET6, &fle6->r.src.r_src6, src6, sizeof(src6)); in flow_cache_print6_verbose()
397 inet_ntop(AF_INET6, &fle6->r.dst.r_dst6, dst6, sizeof(dst6)); in flow_cache_print6_verbose()
398 inet_ntop(AF_INET6, &fle6->n.next_hop6, next6, sizeof(next6)); in flow_cache_print6_verbose()
400 if_indextoname(fle6->fle_i_ifx, src_if), in flow_cache_print6_verbose()
402 if_indextoname(fle6->fle_o_ifx, dst_if), in flow_cache_print6_verbose()
404 fle6->r.r_ip_p, in flow_cache_print6_verbose()
405 fle6->r.r_tos, in flow_cache_print6_verbose()
406 fle6->tcp_flags, in flow_cache_print6_verbose()
407 fle6->packets, in flow_cache_print6_verbose()
408 ntohs(fle6->r.r_sport), in flow_cache_print6_verbose()
409 fle6->src_mask, in flow_cache_print6_verbose()
411 ntohs(fle6->r.r_dport), in flow_cache_print6_verbose()
412 fle6->dst_mask, in flow_cache_print6_verbose()
415 (u_int)(fle6->bytes / fle6->packets), in flow_cache_print6_verbose()