Searched refs:mn (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_ipsec/ |
| H A D | misc.h | 88 struct rte_mbuf *mn; in mbuf_cut_seg_ofs() local 95 mn = ms->next; in mbuf_cut_seg_ofs() 97 for (n = 0; mn != NULL; n++) { in mbuf_cut_seg_ofs() 98 ms = mn->next; in mbuf_cut_seg_ofs() 99 rte_pktmbuf_free_seg(mn); in mbuf_cut_seg_ofs() 100 mn = ms; in mbuf_cut_seg_ofs()
|
| /f-stack/dpdk/lib/librte_acl/ |
| H A D | acl_run_avx512.c | 76 uint32_t i, j, k, mi, mn; in resolve_mcle8_avx512x1() local 95 mn = j + (pm[k] << match_log); in resolve_mcle8_avx512x1() 97 nr = _mm_loadu_si128((const xmm_t *)(res + mn)); in resolve_mcle8_avx512x1() 98 np = _mm_loadu_si128((const xmm_t *)(pri + mn)); in resolve_mcle8_avx512x1()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mqueue.c | 322 if (mn->mn_parent && !mn->mn_parent->mn_fileno) in mqfs_fileno_alloc() 325 switch (mn->mn_type) { in mqfs_fileno_alloc() 333 KASSERT(mn->mn_parent != NULL, in mqfs_fileno_alloc() 335 mn->mn_fileno = mn->mn_parent->mn_fileno; in mqfs_fileno_alloc() 338 KASSERT(mn->mn_parent != NULL, in mqfs_fileno_alloc() 340 if (mn->mn_parent == mi->mi_root) { in mqfs_fileno_alloc() 341 mn->mn_fileno = mn->mn_parent->mn_fileno; in mqfs_fileno_alloc() 346 mn->mn_fileno = mn->mn_parent->mn_parent->mn_fileno; in mqfs_fileno_alloc() 351 mn->mn_type)); in mqfs_fileno_alloc() 362 switch (mn->mn_type) { in mqfs_fileno_free() [all …]
|
| H A D | subr_mchain.c | 113 struct mbuf *m, *mn; in mb_reserve() local 120 mn = m_get(M_WAITOK, MT_DATA); in mb_reserve() 121 mbp->mb_cur = m->m_next = mn; in mb_reserve() 122 m = mn; in mb_reserve()
|
| H A D | uipc_mbuf.c | 465 struct mbuf *mn; in m_prepend() local 468 mn = m_gethdr(how, m->m_type); in m_prepend() 470 mn = m_get(how, m->m_type); in m_prepend() 471 if (mn == NULL) { in m_prepend() 476 m_move_pkthdr(mn, m); in m_prepend() 477 mn->m_next = m; in m_prepend() 478 m = mn; in m_prepend()
|
| /f-stack/freebsd/net/ |
| H A D | if_ethersubr.c | 806 struct mbuf *mn; in ether_input() local 820 mn = m->m_nextpkt; in ether_input() 831 m = mn; in ether_input()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/QM/ |
| H A D | qm_portal_fqr.c | 1413 uint32_t ma=0, mn=0, slope, sa=0, sn=0, pn; in CalcWredCurve() local 1430 mn = tmpN; in CalcWredCurve() 1435 ASSERT_COND(mn <32); in CalcWredCurve() 1436 p_WredCurve->maxTh = ma*(1<<mn); in CalcWredCurve() 1484 (mn << 19) | in CalcWredCurve()
|