Lines Matching defs:notify
606 void (*notify)(struct inpcb *, int) = tcp_notify;
636 notify = in_rtchange, d = NULL;
695 notify(inp, inet6ctlerrmap[cmd]);
704 sa6_src, 0, rdomain, cmd, NULL, notify);
719 void (*notify)(struct inpcb *, int) = tcp_notify;
738 notify = in_rtchange, ip = 0;
801 notify = tcp_mtudisc, ip = 0;
803 notify = tcp_mtudisc_increase, ip = 0;
819 notify(inp, errno);
834 in_pcbnotifyall(&tcbtable, satosin(sa), rdomain, errno, notify);