Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_usrreq.c | 3611 struct sctp_prstatus *sprstat; local 3615 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3616 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3618 sid = sprstat->sprstat_sid; 3619 policy = sprstat->sprstat_policy; 3654 struct sctp_prstatus *sprstat; local 3657 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3658 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3660 policy = sprstat->sprstat_policy; 3666 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0]; [all …]
|