Home
last modified time | relevance | path

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

/f-stack/lib/
H A Dff_dpdk_kni.c356 uint16_t next_len; in protocol_filter_ip() local
385 next_len = len - hdr_len; in protocol_filter_ip()
395 return protocol_filter_tcp(next, next_len); in protocol_filter_ip()
403 return protocol_filter_udp(next, next_len); in protocol_filter_ip()
405 return protocol_filter_ip(next, next_len, RTE_ETHER_TYPE_IPV4); in protocol_filter_ip()
408 return protocol_filter_ip(next, next_len, RTE_ETHER_TYPE_IPV6); in protocol_filter_ip()
410 return protocol_filter_icmp6(next, next_len); in protocol_filter_ip()
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c714 int len, next_len; in hfsc_dequeue() local
793 next_len = m_pktlen(qhead(cl->cl_q)); in hfsc_dequeue()
796 update_ed(cl, next_len); in hfsc_dequeue()
798 update_d(cl, next_len); in hfsc_dequeue()
906 init_ed(struct hfsc_class *cl, int next_len) in init_ed() argument
928 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in init_ed()
934 update_ed(struct hfsc_class *cl, int next_len) in update_ed() argument
937 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_ed()
943 update_d(struct hfsc_class *cl, int next_len) in update_d() argument
945 cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len); in update_d()
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h425 uint32_t next_len = e_len - extra_offset; in fill_sg_comp_from_iov() local
448 next_len = RTE_MIN(next_len, size); in fill_sg_comp_from_iov()
450 if (next_len) { in fill_sg_comp_from_iov()
453 to->u.s.len[i % 4] = rte_cpu_to_be_16(next_len); in fill_sg_comp_from_iov()
455 size -= next_len; in fill_sg_comp_from_iov()