Searched refs:sprstat (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_usrreq.c | 3620 struct sctp_prstatus *sprstat; local 3624 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3625 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3627 sid = sprstat->sprstat_sid; 3628 policy = sprstat->sprstat_policy; 3663 struct sctp_prstatus *sprstat; local 3666 SCTP_CHECK_AND_CAST(sprstat, optval, struct sctp_prstatus, *optsize); 3667 SCTP_FIND_STCB(inp, stcb, sprstat->sprstat_assoc_id); 3669 policy = sprstat->sprstat_policy; 3675 sprstat->sprstat_abandoned_unsent = stcb->asoc.abandoned_unsent[0]; [all …]
|