Home
last modified time | relevance | path

Searched refs:SCTP_PS_RETRANS_MAX (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/sctp/
Dconstants.h299 #define SCTP_PS_RETRANS_MAX 0xffff macro
/kernel/linux/linux-5.10/net/sctp/
Dsysctl.c38 static int ps_retrans_max = SCTP_PS_RETRANS_MAX;
Dprotocol.c1235 net->sctp.ps_retrans = SCTP_PS_RETRANS_MAX; in sctp_defaults_init()