Searched refs:spp_pathmaxrxt (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dsctp.h810 __u16 spp_pathmaxrxt; member in struct:sctp_paddrparams
/linux-master/net/sctp/
H A Dsocket.c2301 * uint16_t spp_pathmaxrxt;
2317 * spp_pathmaxrxt - This contains the maximum number of
2555 if (params->spp_pathmaxrxt) {
2557 trans->pathmaxrxt = params->spp_pathmaxrxt;
2559 asoc->pathmaxrxt = params->spp_pathmaxrxt;
2561 sp->pathmaxrxt = params->spp_pathmaxrxt;
5791 * uint16_t spp_pathmaxrxt;
5805 * spp_pathmaxrxt - This contains the maximum number of
5957 params.spp_pathmaxrxt = trans->pathmaxrxt;
5975 params.spp_pathmaxrxt
[all...]

Completed in 262 milliseconds