Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dsctp.h1089 __u16 spt_pathmaxrxt; member
1097 __u16 spt_pathmaxrxt; member
/linux/net/sctp/
A Dsocket.c3886 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3887 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3903 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3904 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3910 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3911 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3918 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3919 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7176 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7190 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]

Completed in 23 milliseconds