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

  /src/sys/netinet/
in_pcb.h 294 int in6pcb_notify(struct inpcbtable *, const struct sockaddr *,
tcp_subr.c 1354 * no need to call in6pcb_notify, it should have been
1360 nmatch = in6pcb_notify(&tcbtable, sa, th.th_dport,
1369 (void) in6pcb_notify(&tcbtable, sa, 0,
1604 (void) in6pcb_notify(&tcbtable, (struct sockaddr *)&sin6, 0,
  /src/sys/netinet6/
udp6_usrreq.c 283 * in6pcb_notify(), to notify path MTU change
290 (void)in6pcb_notify(&udbtable, sa, uh.uh_dport,
294 (void)in6pcb_notify(&udbtable, sa, 0,
in6_pcb.c 602 in6pcb_notify(struct inpcbtable *table, const struct sockaddr *dst, function
raw_ip6.c 350 * we need to call in6pcb_notify(), to notify path MTU
357 (void) in6pcb_notify(&raw6cbtable, sa, 0,

Completed in 18 milliseconds