Searched refs:spinfo_state (Results 1 – 2 of 2) sorted by relevance
924 __s32 spinfo_state; member
5442 status.sstat_primary.spinfo_state = transport->state; in sctp_getsockopt_sctp_status()5448 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN) in sctp_getsockopt_sctp_status()5449 status.sstat_primary.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_sctp_status()5510 pinfo.spinfo_state = transport->state; in sctp_getsockopt_peer_addr_info()5516 if (pinfo.spinfo_state == SCTP_UNKNOWN) in sctp_getsockopt_peer_addr_info()5517 pinfo.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_peer_addr_info()
Completed in 22 milliseconds