Searched refs:rte (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_mroute.c511 struct rtdetq *rte; local
565 for (rte = rt->mf6c_stall; rte != NULL; ) {
566 struct rtdetq *n = rte->next;
568 m_free(rte->m);
569 FREE(rte, M_MRTABLE);
570 rte = n;
731 struct rtdetq *rte; local
795 for (rte = rt->mf6c_stall; rte !
1042 struct rtdetq *rte; local
1236 struct rtdetq *rte; local
[all...]
H A Dip6_input.c727 struct rtentry *rte = local
730 if (rte != NULL) {
731 nstat_route_rx(rte, 1, m->m_pkthdr.len, 0);
732 rtfree(rte);
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.h323 void nstat_route_connect_attempt(struct rtentry *rte);
324 void nstat_route_connect_success(struct rtentry *rte);
325 void nstat_route_tx(struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags);
326 void nstat_route_rx(struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags);
327 void nstat_route_rtt(struct rtentry *rte, u_int32_t rtt, u_int32_t rtt_var);
328 void nstat_route_detach(struct rtentry *rte);
H A Dntstat.c548 struct rtentry *rte)
550 struct nstat_counts *result = rte->rt_stats;
560 if (!OSCompareAndSwapPtr(NULL, result, &rte->rt_stats))
563 result = rte->rt_stats;
571 struct rtentry *rte)
573 if (rte->rt_stats)
575 nstat_free_aligned(rte->rt_stats, nstat_malloc_tag);
576 rte->rt_stats = NULL;
582 struct rtentry *rte)
584 while (rte)
547 nstat_route_attach( struct rtentry *rte) argument
570 nstat_route_detach( struct rtentry *rte) argument
581 nstat_route_connect_attempt( struct rtentry *rte) argument
597 nstat_route_connect_success( struct rtentry *rte) argument
614 nstat_route_tx( struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags) argument
641 nstat_route_rx( struct rtentry *rte, u_int32_t packets, u_int32_t bytes, u_int32_t flags) argument
671 nstat_route_rtt( struct rtentry *rte, u_int32_t rtt, u_int32_t rtt_var) argument
[all...]
H A Droute.c1157 rtunref_audit(struct rtentry_dbg *rte) argument
1161 if (rte->rtd_inuse != RTD_INUSE)
1162 panic("rtunref: on freed rte=%p\n", rte);
1164 idx = atomic_add_16_ov(&rte->rtd_refrele_cnt, 1) % CTRACE_HIST_SIZE;
1166 ctrace_record(&rte->rtd_refrele[idx]);
1185 rtref_audit(struct rtentry_dbg *rte) argument
1189 if (rte->rtd_inuse != RTD_INUSE)
1190 panic("rtref_audit: on freed rte=%p\n", rte);
3133 rte_lock_debug(struct rtentry_dbg *rte) argument
3143 rte_unlock_debug(struct rtentry_dbg *rte) argument
3224 struct rtentry_dbg *rte; local
3239 struct rtentry_dbg *rte = (struct rtentry_dbg *)p; local
[all...]
H A Ddlil.c5564 struct rtentry *rte = src_rt.ro_rt; local
5565 RT_ADDREF(rte);
5567 src_rt.ro_rt = rte;
5605 struct rtentry *rte = src_rt.ro_rt; local
5606 RT_ADDREF(rte);
5608 src_rt.ro_rt = rte;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c599 struct rtdetq *rte; local
629 for (rte = rt->mfc_stall; rte != NULL; ) {
630 struct rtdetq *n = rte->next;
632 m_freem(rte->m);
633 FREE(rte, M_MRTABLE);
634 rte = n;
833 struct rtdetq *rte; local
891 for (rte = rt->mfc_stall; rte !
1150 struct rtdetq *rte; local
1287 struct rtdetq *rte; local
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dat.c93 RT_entry *rte; local
112 rte = rt_blookup(ifID->ifThisCableEnd);
113 if (!rte) {
117 zt_set_zmap(zno, rte->ZoneBitMap);

Completed in 57 milliseconds