Home
last modified time | relevance | path

Searched refs:PR_WANTRCVD (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/sys/
H A Dprotosw.h159 #define PR_WANTRCVD 0x08 /* want PRU_RCVD calls */ macro
/freebsd/sys/kern/
H A Duipc_debug.c272 if (pr_flags & PR_WANTRCVD) { in db_print_prflags()
H A Duipc_socket.c3120 if (pr->pr_flags & PR_WANTRCVD) {
3179 (pr->pr_flags & PR_WANTRCVD)) {
3380 if ((so->so_proto->pr_flags & PR_WANTRCVD) &&
3496 KASSERT((pr->pr_flags & PR_WANTRCVD) == 0,
H A Duipc_usrreq.c3360 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD | PR_CAPATTACH,
3417 PR_WANTRCVD | PR_CAPATTACH,
/freebsd/sys/netinet6/
H A Dsctp6_usrreq.c1110 .pr_flags = PR_WANTRCVD,
1116 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd/sys/netinet/
H A Dtcp_usrreq.c1409 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL | PR_WANTRCVD |
1437 .pr_flags = PR_CONNREQUIRED | PR_IMPLOPCL |PR_WANTRCVD |
H A Dsctp_usrreq.c7531 .pr_flags = PR_WANTRCVD,
7537 .pr_flags = PR_CONNREQUIRED | PR_WANTRCVD,
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1884 .pr_flags = PR_CONNREQUIRED|PR_IMPLOPCL|PR_WANTRCVD,\