Home
last modified time | relevance | path

Searched refs:xsctp_tcb (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dsctp.c155 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()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c384 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()
H A Dsctp_uio.h1182 struct xsctp_tcb { struct
/freebsd/usr.bin/sockstat/
H A Dsockstat.c394 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()