Searched refs:rtfree (Results 1 - 25 of 42) sorted by relevance

12

/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c202 rtfree(sc->gif_ro.ro_rt);
401 rtfree(rt);
406 rtfree(rt);
H A Din_pcb.c759 rtfree(ro->ro_rt);
785 rtfree(ro->ro_rt);
1015 rtfree(rt);
1079 rtfree(inp->inp_route.ro_rt);
1228 rtfree(rt);
1254 rtfree(rt);
1939 rtfree(src->ro_rt);
1995 rtfree(inp->inp_route.ro_rt);
2017 rtfree(inp->inp_route.ro_rt);
H A Dkpi_ipfilter.c331 rtfree(ro.ro_rt);
402 rtfree(ro.ro_rt);
H A Din_arp.c873 rtfree(rt);
890 * the "hint" route never gets freed via rtfree(), since the caller may
965 rtfree(route);
1088 rtfree(route);
1581 rtfree(route);
H A Dip_output.c566 rtfree(ro->ro_rt);
737 rtfree(ro->ro_rt);
1247 rtfree(ro->ro_rt);
1578 rtfree(ro->ro_rt);
1812 rtfree(ipsec_state.ro.ro_rt);
3318 rtfree(ro->ro_rt);
H A Draw_ip.c437 rtfree(inp->inp_route.ro_rt);
477 rtfree(inp->inp_route.ro_rt);
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_gif.c211 rtfree(sc->gif_ro6.ro_rt);
369 rtfree(rt);
374 rtfree(rt);
H A Dip6_forward.c158 rtfree(rt);
343 rtfree(state.ro.ro_rt);
394 rtfree(rt);
424 rtfree(rt);
H A Droute6.c286 rtfree(ip6forward_rt.ro_rt);
H A Din6_src.c822 rtfree(ron->ro_rt);
837 rtfree(ron->ro_rt);
879 rtfree(ro->ro_rt);
964 rtfree(route->ro_rt);
1011 rtfree(route->ro_rt);
1121 rtfree(rt);
H A Dipsec.c3166 rtfree(ro4->ro_rt);
3197 rtfree(state->ro.ro_rt);
3627 rtfree(ro4->ro_rt);
3644 rtfree(ro4_copy.ro_rt);
3654 rtfree(ro4_copy.ro_rt);
3665 rtfree(ro4_copy.ro_rt);
3673 rtfree(ro4_copy.ro_rt);
3682 rtfree(ro4_copy.ro_rt);
3695 rtfree(ro4_copy.ro_rt);
3703 rtfree(ro4_cop
[all...]
H A Dip6_output.c841 rtfree(ro->ro_rt);
1518 rtfree(ipsec_state.ro.ro_rt);
1522 if (ro == &ip6route && ro->ro_rt) { /* brace necessary for rtfree */
1523 rtfree(ro->ro_rt);
1525 rtfree(ro_pmtu->ro_rt);
1765 rtfree(ro_pmtu->ro_rt);
2394 rtfree(sro.ro_rt);
2798 rtfree(pktopt->ip6po_nextroute.ro_rt);
2820 rtfree(pktopt->ip6po_route.ro_rt);
H A Dudp6_output.c433 rtfree(in6p->in6p_route.ro_rt);
H A Din6_pcb.c609 rtfree(inp->in6p_route.ro_rt);
1013 rtfree(rt);
1027 rtfree(inp->in6p_route.ro_rt);
H A Draw_ip6.c543 rtfree(in6p->in6p_route.ro_rt);
579 rtfree(in6p->in6p_route.ro_rt);
607 rtfree(optp->ip6po_route.ro_rt);
H A Dnd6_nbr.c412 rtfree(rt);
809 rtfree(ro.ro_rt);
819 rtfree(ro.ro_rt);
1457 rtfree(ro.ro_rt);
1465 rtfree(ro.ro_rt);
H A Dnd6.c1373 rtfree(rt);
1699 rtfree(rt);
2713 rtfree(rt);
2960 * via rtfree(), since the caller may have stored it inside a struct
2984 rtfree(rt);
3053 rtfree(gwrt);
3126 rtfree(rt);
3170 rtfree(rt);
3380 rtfree(rt);
3391 rtfree(rtrel
[all...]
H A Dnd6_prproxy.c330 rtfree(rt);
373 rtfree(rt);
548 rtfree(rt);
H A Din6_ifattach.c1018 rtfree(rt);
1098 rtfree(rt);
H A Dicmp6.c1235 rtfree(rt);
2313 rtfree(ro.ro_rt); /* XXX: we could use this */
2482 rtfree(rt);
2496 rtfree(rt);
2507 rtfree(rt);
/darwin-on-arm/xnu/bsd/net/
H A Dif_utun_crypto_ipsec.c737 rtfree(ro_copy.ro_rt);
774 rtfree(ro->ro_rt);
804 rtfree(ro_copy.ro_rt);
814 rtfree(ro_copy.ro_rt);
833 rtfree(ro_copy.ro_rt);
870 rtfree(ro->ro_rt);
901 rtfree(ro_copy.ro_rt);
911 rtfree(ro_copy.ro_rt);
921 rtfree(ro_copy.ro_rt);
H A Dnetsrc.c180 rtfree(rt);
211 rtfree(ro.ro_rt);
H A Droute.h476 #define RTFREE(_rt) rtfree(_rt)
511 extern void rtfree(struct rtentry *);
515 * rtunref will decrement the refcount, rtfree will decrement and free if
517 * Unless you have good reason to do otherwise, use rtfree.
H A Dif_stf.c614 rtfree(sc->sc_ro.ro_rt);
705 rtfree(rt);
710 rtfree(rt);
H A Droute.c1129 rtfree(struct rtentry *rt) function
1137 * use rtfree not rtunref.
3306 rtfree(src->ro_rt);
3308 rtfree(dst->ro_rt);
3353 * via rtfree(), since the caller may have stored it inside a struct
3408 rtfree(gwrt);
3481 rtfree(hint);
3518 rtfree(rt);

Completed in 215 milliseconds

12