Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dendpointola.c114 ep->ecn_enable = net->sctp.ecn_enable; in sctp_endpoint_init()
H A Dsysctl.c301 .data = &init_net.sctp.ecn_enable,
H A Dsm_make_chunk.c240 if (asoc->ep->ecn_enable) in sctp_make_init()
332 if (asoc->ep->ecn_enable) in sctp_make_init()
2642 if (asoc->ep->ecn_enable) { in sctp_process_param()
H A Dprotocol.c1365 net->sctp.ecn_enable = 1; in sctp_defaults_init()
H A Dsocket.c4420 sctp_sk(sk)->ep->ecn_enable = !!params->assoc_value; in sctp_setsockopt_ecn_supported()
7959 : sctp_sk(sk)->ep->ecn_enable; in sctp_getsockopt_ecn_supported()
/linux/include/net/sctp/
H A Dstructs.h1319 __u8 ecn_enable:1, member