Home
last modified time | relevance | path

Searched refs:ft_len (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/netmap/
HDnetmap_offloadings.c160 src_len = ft_p->ft_len; in bdg_mismatch_datapath()
202 src_len = ft_p->ft_len; in bdg_mismatch_datapath()
264 src_len = ft_p->ft_len; in bdg_mismatch_datapath()
318 src_len = ft_p->ft_len; in bdg_mismatch_datapath()
373 dst_len = src_len = ft_p->ft_len; in bdg_mismatch_datapath()
HDnetmap_vale.c1067 ft[ft_i].ft_len = slot->len; in nm_bdg_preflush()
1081 kring->name, j, ft[ft_i].ft_len); in nm_bdg_preflush()
1083 ft[ft_i].ft_len = 0; in nm_bdg_preflush()
1191 u_int buf_len = ft->ft_len; in netmap_bdg_learning()
1206 buf_len = ft->ft_len; in netmap_bdg_learning()
1344 if (unlikely(na->virt_hdr_len > ft[i].ft_len)) in nm_bdg_flush()
1539 size_t copy_len = ft_p->ft_len, dst_len = copy_len; in nm_bdg_flush()
HDnetmap_kern.h1583 uint16_t ft_len; /* src fragment len */ member