Searched refs:xsctp_tcb (Results 1 – 4 of 4) sorted by relevance
155 struct xsctp_tcb *xstcb; in sctp_skip_xinpcb_ifneed()167 xstcb = (struct xsctp_tcb *)(buf + *offset); in sctp_skip_xinpcb_ifneed()168 *offset += sizeof(struct xsctp_tcb); in sctp_skip_xinpcb_ifneed()199 sctp_process_tcb(struct xsctp_tcb *xstcb, in sctp_process_tcb()325 struct xsctp_tcb *xstcb; in sctp_process_inpcb()462 xstcb = (struct xsctp_tcb *)(buf + *offset); in sctp_process_inpcb()463 *offset += sizeof(struct xsctp_tcb); in sctp_process_inpcb()474 xstcb = (struct xsctp_tcb *)(buf + *offset); in sctp_process_inpcb()475 *offset += sizeof(struct xsctp_tcb); in sctp_process_inpcb()
384 struct xsctp_tcb xstcb; in sctp_sysctl_handle_assoclist()411 (number_of_associations + number_of_endpoints) * sizeof(struct xsctp_tcb) + in sctp_sysctl_handle_assoclist()507 error = SYSCTL_OUT(req, &xstcb, sizeof(struct xsctp_tcb)); in sctp_sysctl_handle_assoclist()575 memset((void *)&xstcb, 0, sizeof(struct xsctp_tcb)); in sctp_sysctl_handle_assoclist()577 error = SYSCTL_OUT(req, &xstcb, sizeof(struct xsctp_tcb)); in sctp_sysctl_handle_assoclist()
1182 struct xsctp_tcb { struct
394 struct xsctp_tcb *xstcb; in gather_sctp()512 xstcb = (struct xsctp_tcb *)(void *)(buf + offset); in gather_sctp()513 offset += sizeof(struct xsctp_tcb); in gather_sctp()