Searched refs:xsctp_inpcb (Results 1 – 4 of 4) sorted by relevance
319 sctp_process_inpcb(struct xsctp_inpcb *xinpcb, in sctp_process_inpcb()493 struct xsctp_inpcb *xinpcb; in sctp_protopr()513 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()514 offset += sizeof(struct xsctp_inpcb); in sctp_protopr()519 xinpcb = (struct xsctp_inpcb *)(buf + offset); in sctp_protopr()520 offset += sizeof(struct xsctp_inpcb); in sctp_protopr()
383 struct xsctp_inpcb xinpcb; in sctp_sysctl_handle_assoclist()409 n = (number_of_endpoints + 1) * sizeof(struct xsctp_inpcb) + in sctp_sysctl_handle_assoclist()458 error = SYSCTL_OUT(req, &xinpcb, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()586 memset((void *)&xinpcb, 0, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()588 error = SYSCTL_OUT(req, &xinpcb, sizeof(struct xsctp_inpcb)); in sctp_sysctl_handle_assoclist()
1164 struct xsctp_inpcb { struct
393 struct xsctp_inpcb *xinpcb; in gather_sctp()424 xinpcb = (struct xsctp_inpcb *)(void *)buf; in gather_sctp()425 offset = sizeof(struct xsctp_inpcb); in gather_sctp()650 xinpcb = (struct xsctp_inpcb *)(void *)(buf + offset); in gather_sctp()651 offset += sizeof(struct xsctp_inpcb); in gather_sctp()