Home
last modified time | relevance | path

Searched refs:spt_pathmaxrxt (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsctp.h1089 __u16 spt_pathmaxrxt; member
1097 __u16 spt_pathmaxrxt; member
/openbmc/linux/net/sctp/
H A Dsocket.c3896 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3897 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3913 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3914 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3920 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3921 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3928 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3929 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7187 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7201 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]