HomeSort by: relevance | last modified time | path
    Searched refs:inpcb_rtentry_unref (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
in_pcb.h 285 void inpcb_rtentry_unref(struct rtentry *, struct inpcb *);
tcp_subr.c 1563 inpcb_rtentry_unref(rt, inp);
1581 inpcb_rtentry_unref(rt, inp);
1817 inpcb_rtentry_unref(rt, tp->t_inpcb);
1919 inpcb_rtentry_unref(rt, tp->t_inpcb);
1965 inpcb_rtentry_unref(rt, tp->t_inpcb);
tcp_output.c 301 inpcb_rtentry_unref(rt, inp);
1073 inpcb_rtentry_unref(synrt, tp->t_inpcb);
in_pcb.c 1217 inpcb_rtentry_unref(struct rtentry *rt, struct inpcb *inp) function

Completed in 47 milliseconds