Lines Matching refs:ft_p
947 struct nm_bdg_fwd *ft_p, *ft_end; in nm_vale_flush() local
957 ft_p = ft + next; in nm_vale_flush()
958 next = ft_p->ft_next; in nm_vale_flush()
960 ft_p = ft + brd_next; in nm_vale_flush()
961 brd_next = ft_p->ft_next; in nm_vale_flush()
963 cnt = ft_p->ft_frags; // cnt > 0 in nm_vale_flush()
968 ft_end = ft_p + cnt; in nm_vale_flush()
970 bdg_mismatch_datapath(na, dst_na, ft_p, ring, &j, lim, &howmany); in nm_vale_flush()
974 char *dst, *src = ft_p->ft_buf; in nm_vale_flush()
975 size_t copy_len = ft_p->ft_len, dst_len = copy_len; in nm_vale_flush()
1006 if (ft_p->ft_flags & NS_INDIRECT) { in nm_vale_flush()
1020 ft_p++; in nm_vale_flush()
1021 } while (ft_p != ft_end); in nm_vale_flush()