Home
last modified time | relevance | path

Searched refs:SCTP_GET_PEER_ADDR_INFO (Results 1 – 3 of 3) sorted by path

/linux/Documentation/networking/
H A Dip-sysctl.rst2907 in the SCTP_PEER_ADDR_CHANGE event and the SCTP_GET_PEER_ADDR_INFO
2910 can be got via SCTP_GET_PEER_ADDR_INFO sockopt; When it's enabled,
2913 SCTP_GET_PEER_ADDR_INFO sockopt; When it's disabled, no
2915 trying to get a SCTP_PF-state transport info via SCTP_GET_PEER_ADDR_INFO
/linux/include/uapi/linux/
H A Dsctp.h84 #define SCTP_GET_PEER_ADDR_INFO 15 macro
/linux/net/sctp/
H A Dsocket.c8156 case SCTP_GET_PEER_ADDR_INFO: in sctp_getsockopt()