Home
last modified time | relevance | path

Searched refs:dccp_input (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/netinet/
H A Din_proto.c187 PR_WRAP_INPUT(dccp_input) in PR_WRAP_CTLINPUT()
203 #define dccp_input dccp_input_wrapper in PR_WRAP_CTLINPUT() macro
303 .pr_input = dccp_input,
H A Ddccp_var.h282 void dccp_input(struct mbuf *, int, int);
H A Ddccp_usrreq.c184 dccp_input(struct mbuf *m, int off, int proto) in dccp_input() function
/netbsd-src/sys/netinet6/
H A Ddccp6_usrreq.c99 dccp_input(m, *offp, proto); in dccp6_input()