Home
last modified time | relevance | path

Searched refs:rtalloc (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.61.5/bsd/netinet6/
H A Din6_gif.c208 rtalloc((struct route *)&sc->gif_ro6); in in6_gif_output()
/xnu-11215.61.5/bsd/net/
H A Droute_private.h457 extern void rtalloc(struct route *);
H A Dpf.c4343 rtalloc(&ro); in pf_calc_mss()
4354 rtalloc((struct route *)&ro); in pf_calc_mss()
9171 rtalloc((struct route *)&ro); in pf_routable()
9206 rtalloc((struct route *)&ro); in pf_rtlabel_match()
9279 rtalloc(ro); in pf_route()
H A Droute.c883 rtalloc(struct route *ro) in rtalloc() function
/xnu-11215.61.5/bsd/netinet/
H A Din_gif.c213 rtalloc(&sc->gif_ro); in in_gif_output()