Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/netns/
Dsctp.h146 int ecn_enable; member
/kernel/linux/linux-5.10/net/sctp/
Dendpointola.c109 ep->ecn_enable = net->sctp.ecn_enable; in sctp_endpoint_init()
Dsysctl.c288 .data = &init_net.sctp.ecn_enable,
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()
Dprotocol.c1278 net->sctp.ecn_enable = 1; in sctp_defaults_init()
Dsocket.c4399 sctp_sk(sk)->ep->ecn_enable = !!params->assoc_value; in sctp_setsockopt_ecn_supported()
7752 : sctp_sk(sk)->ep->ecn_enable; in sctp_getsockopt_ecn_supported()
/kernel/linux/linux-5.10/include/net/sctp/
Dstructs.h1324 __u8 ecn_enable:1, member