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

  /src/sys/netinet/
in_pcb.h 300 void in6pcb_rtchange(struct inpcb *, int);
tcp_subr.c 1297 notify = in6pcb_rtchange, d = NULL;
1624 in6pcb_rtchange(inp, errno);
  /src/sys/netinet6/
in6_pcb.c 629 * and use in6pcb_rtchange to invalidate the route cache.
630 * Dead host indications: also use in6pcb_rtchange to invalidate
641 notify = in6pcb_rtchange;
809 in6pcb_rtchange(inp, 0);
820 in6pcb_rtchange(struct inpcb *inp, int errno) function
raw_ip6.c 274 void (*notify)(struct inpcb *, int) = in6pcb_rtchange;
284 notify = in6pcb_rtchange, d = NULL;
udp6_usrreq.c 209 notify = in6pcb_rtchange, d = NULL;
214 notify = in6pcb_rtchange;
sctp6_usrreq.c 480 in6pcb_rtchange((struct inpcb *)inp, inet6ctlerrmap[cmd]);

Completed in 22 milliseconds