Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_usrreq.c | 3613 struct sctp_prstatus *sprstat; local 3617 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3618 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3620 sid = sprstat->sprstat_sid; 3621 policy = sprstat->sprstat_policy; 3656 struct sctp_prstatus *sprstat; local 3659 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3660 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3662 policy = sprstat->sprstat_policy; 3668 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0]; [all …]
|