Searched refs:in_rtchange (Results 1 – 7 of 7) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_subr.c | 636 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 D | in_pcb.h | 357 void in_rtchange(struct inpcb *, int);
|
H A D | tcp_timer.c | 306 in_rtchange(inp, 0); in tcp_timer_rexmt()
|
H A D | udp_usrreq.c | 751 notify = in_rtchange, d = NULL; in udp6_ctlinput() 900 notify = in_rtchange, ip = 0; in udp_ctlinput()
|
H A D | in_pcb.c | 863 in_rtchange(struct inpcb *inp, int errno) in in_rtchange() function
|
/openbsd/sys/netinet6/ |
H A D | raw_ip6.c | 311 void (*notify)(struct inpcb *, int) = in_rtchange; in rip6_ctlinput() 321 notify = in_rtchange, d = NULL; in rip6_ctlinput()
|
H A D | in6_pcb.c | 471 notify = in_rtchange; in in6_pcbnotify()
|