Home
last modified time | relevance | path

Searched refs:spinfo_state (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/net/sctp/
Duser.h634 __s32 spinfo_state; member
/linux-3.4.99/net/sctp/
Dsocket.c4061 status.sstat_primary.spinfo_state = transport->state; in sctp_getsockopt_sctp_status()
4067 if (status.sstat_primary.spinfo_state == SCTP_UNKNOWN) in sctp_getsockopt_sctp_status()
4068 status.sstat_primary.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_sctp_status()
4121 pinfo.spinfo_state = transport->state; in sctp_getsockopt_peer_addr_info()
4127 if (pinfo.spinfo_state == SCTP_UNKNOWN) in sctp_getsockopt_peer_addr_info()
4128 pinfo.spinfo_state = SCTP_ACTIVE; in sctp_getsockopt_peer_addr_info()