Searched refs:tcp_usr_attach (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dtcp_usrreq.c126 tcp_usr_attach(struct socket *so, int proto, struct thread *td) function
134 KASSERT(inp == NULL, ("tcp_usr_attach: inp != NULL"));
1056 .pru_attach = tcp_usr_attach,
1078 .pru_attach = tcp_usr_attach,

Completed in 98 milliseconds