Home
last modified time | relevance | path

Searched refs:dccp_notify (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Ddccp_var.h289 void dccp_notify(struct inpcb *, int);
H A Ddccp_usrreq.c916 dccp_notify(struct inpcb *inp, int errno) in dccp_notify() function
933 void (*notify)(struct inpcb *, int) = dccp_notify; in dccp_ctlinput()