Home
last modified time | relevance | path

Searched refs:pru_attach (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/netgraph/bluetooth/socket/
H A Dng_btsocket.c73 .pru_attach = ng_btsocket_hci_raw_attach,
92 .pru_attach = ng_btsocket_l2cap_raw_attach,
112 .pru_attach = ng_btsocket_l2cap_attach,
133 .pru_attach = ng_btsocket_rfcomm_attach,
154 .pru_attach = ng_btsocket_sco_attach,
/f-stack/freebsd/kern/
H A Duipc_domain.c88 .pru_attach = pru_attach_notsupp,
127 if (pu->pru_attach != NULL) { in protosw_init()
H A Duipc_socket.c527 if (prp->pr_usrreqs->pru_attach == NULL || in socreate()
528 prp->pr_usrreqs->pru_attach == pru_attach_notsupp) in socreate()
561 error = (*prp->pr_usrreqs->pru_attach)(so, proto, td); in socreate()
742 if ((*so->so_proto->pr_usrreqs->pru_attach)(so, 0, NULL)) {
836 if ((*so->so_proto->pr_usrreqs->pru_attach)(so, 0, NULL)) {
H A Duipc_usrreq.c1317 .pru_attach = uipc_attach,
1339 .pru_attach = uipc_attach,
1361 .pru_attach = uipc_attach,
/f-stack/freebsd/net/
H A Draw_usrreq.c267 .pru_attach = raw_uattach,
H A Drtsock.c435 .pru_attach = rts_attach,
/f-stack/freebsd/netinet6/
H A Dsend.c306 .pru_attach = send_attach,
H A Draw_ip6.c916 .pru_attach = rip6_attach,
H A Dsctp6_usrreq.c1162 .pru_attach = sctp6_attach,
H A Dudp6_usrreq.c1351 .pru_attach = udp6_attach,
/f-stack/tools/compat/include/sys/
H A Dprotosw.h189 int (*pru_attach)(struct socket *so, int proto, struct thread *td); member
/f-stack/freebsd/sys/
H A Dprotosw.h191 int (*pru_attach)(struct socket *so, int proto, struct thread *td); member
/f-stack/freebsd/netipsec/
H A Dkeysock.c421 .pru_attach = key_attach,
/f-stack/freebsd/netgraph/
H A Dng_socket.c1133 .pru_attach = ngc_attach,
1147 .pru_attach = ngd_attach,
/f-stack/freebsd/netinet/
H A Dip_divert.c751 .pru_attach = div_attach,
H A Draw_ip.c1172 .pru_attach = rip_attach,
H A Dtcp_usrreq.c1532 .pru_attach = tcp_usr_attach,
1559 .pru_attach = tcp_usr_attach,
H A Dudp_usrreq.c1764 .pru_attach = udp_attach,
H A Dsctp_usrreq.c7535 .pru_attach = sctp_attach,