Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_usrreq.c | 3621 struct sctp_prstatus *sprstat; local 3625 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3626 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3628 sid = sprstat->sprstat_sid; 3629 policy = sprstat->sprstat_policy; 3664 struct sctp_prstatus *sprstat; local 3667 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3668 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3670 policy = sprstat->sprstat_policy; 3676 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0]; [all …]
|