Home
last modified time | relevance | path

Searched refs:in_rtchange (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_subr.c636 notify = in_rtchange, d = NULL; in tcp6_ctlinput()
738 notify = in_rtchange, ip = 0; in tcp_ctlinput()
874 in_rtchange(inp, errno); in tcp_mtudisc()
904 in_rtchange(inp, errno); in tcp_mtudisc_increase()
H A Din_pcb.h345 void in_rtchange(struct inpcb *, int);
H A Dtcp_timer.c308 in_rtchange(inp, 0); in tcp_timer_rexmt()
H A Dudp_usrreq.c752 notify = in_rtchange, d = NULL; in udp6_ctlinput()
901 notify = in_rtchange, ip = 0; in udp_ctlinput()
H A Din_pcb.c809 in_rtchange(struct inpcb *inp, int errno) in in_rtchange() function
/openbsd/sys/netinet6/
H A Draw_ip6.c310 void (*notify)(struct inpcb *, int) = in_rtchange; in rip6_ctlinput()
320 notify = in_rtchange, d = NULL; in rip6_ctlinput()
H A Din6_pcb.c471 notify = in_rtchange; in in6_pcbnotify()