Home
last modified time | relevance | path

Searched refs:ecn_capable (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/sctp/
H A Doutput.c74 int ecn_capable) in sctp_packet_config() argument
120 if (ecn_capable) { in sctp_packet_config()
617 tp->af_specific->ecn_capable(sk); in sctp_packet_transmit()
H A Doutqueue.c864 ctx->asoc->peer.ecn_capable); in sctp_outq_select_transport()
993 ctx->asoc->peer.ecn_capable); in sctp_outq_flush_rtx()
H A Dsm_make_chunk.c423 if (asoc->peer.ecn_capable) in sctp_make_init_ack()
494 if (asoc->peer.ecn_capable) in sctp_make_init_ack()
2610 asoc->peer.ecn_capable = 1; in sctp_process_param()
H A Dipv6.c1090 .ecn_capable = sctp_v6_ecn_capable,
H A Dprotocol.c1094 .ecn_capable = sctp_v4_ecn_capable,
H A Dsocket.c5084 mask = asoc->peer.ecn_capable << 1; in sctp_get_sctp_info()
7756 params.assoc_value = asoc ? asoc->peer.ecn_capable in sctp_getsockopt_ecn_supported()
H A Dsm_statefuns.c6406 if (asoc->peer.ecn_capable && !chunk->ecn_ce_done) { in sctp_eat_data()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h478 void (*ecn_capable)(struct sock *sk); member
1684 __u16 ecn_capable:1, /* Can peer do ECN? */ member