Home
last modified time | relevance | path

Searched refs:SCTP_PARAM_SET_PRIMARY (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/translations/zh_CN/security/
H A DSCTP.rst68 | SCTP_PARAM_SET_PRIMARY | 单个 ipv4 or ipv6 地址 |
89 SCTP_PARAM_SET_PRIMARY - 如下所述,启用重新配置功能。
104 SCTP_SET_PEER_PRIMARY_ADDR -> SCTP_PARAM_SET_PRIMARY
236 | SCTP_PARAM_SET_PRIMARY | 单个 ipv4 or ipv6 地址 |
/linux/Documentation/security/
H A DSCTP.rst65 | SCTP_PARAM_SET_PRIMARY | Single ipv4 or ipv6 address |
92 SCTP_PARAM_SET_PRIMARY - Reconfiguration is enabled as explained below.
107 SCTP_SET_PEER_PRIMARY_ADDR -> SCTP_PARAM_SET_PRIMARY
249 | SCTP_PARAM_SET_PRIMARY | Single ipv4 or ipv6 address |
/linux/include/linux/
H A Dsctp.h189 SCTP_PARAM_SET_PRIMARY = cpu_to_be16(0xc004), enumerator
/linux/security/selinux/
H A Dhooks.c5752 case SCTP_PARAM_SET_PRIMARY: in selinux_sctp_bind_connect()
/linux/net/sctp/
H A Dsocket.c3345 if (asoc->peer.addip_disabled_mask & SCTP_PARAM_SET_PRIMARY) in sctp_setsockopt_peer_primary_addr()