Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsctp.h1087 __u16 spt_pathmaxrxt; member
1095 __u16 spt_pathmaxrxt; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsctp.h1049 __u16 spt_pathmaxrxt; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsctp.h1049 __u16 spt_pathmaxrxt; member
/OK3568_Linux_fs/kernel/net/sctp/
H A Dsocket.c3890 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3891 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3907 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3908 trans->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3914 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3915 asoc->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3922 if (val->spt_pathmaxrxt) in sctp_setsockopt_paddr_thresholds()
3923 sp->pathmaxrxt = val->spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
7058 val.spt_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
7072 val.spt_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_paddr_thresholds()
[all …]