Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_net/
H A Drte_net_crc.c328 rte_net_crc_handler f_handle; in rte_net_crc_calc() local
330 f_handle = handlers[type]; in rte_net_crc_calc()
331 ret = f_handle(data, data_len); in rte_net_crc_calc()
/f-stack/freebsd/net/altq/
H A Daltq_var.h45 u_long f_handle; /* filter id */ member
H A Daltq_subr.c1408 afp->f_handle = get_filt_handle(classifier, i);
1432 *phandle = afp->f_handle;
1732 if ((afp->f_handle & 0x000fffff) == handle)
1754 if (afp->f_handle == handle)