Home
last modified time | relevance | path

Searched refs:ecn_enable (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dsctp.h146 int ecn_enable; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dendpointola.c109 ep->ecn_enable = net->sctp.ecn_enable; in sctp_endpoint_init()
H A Dsysctl.c288 .data = &init_net.sctp.ecn_enable,
H A Dsm_make_chunk.c248 if (asoc->ep->ecn_enable) in sctp_make_init()
340 if (asoc->ep->ecn_enable) in sctp_make_init()
2609 if (asoc->ep->ecn_enable) { in sctp_process_param()
H A Dprotocol.c1278 net->sctp.ecn_enable = 1; in sctp_defaults_init()
H A Dsocket.c4404 sctp_sk(sk)->ep->ecn_enable = !!params->assoc_value; in sctp_setsockopt_ecn_supported()
7757 : sctp_sk(sk)->ep->ecn_enable; in sctp_getsockopt_ecn_supported()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1324 __u8 ecn_enable:1, member