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

/linux-master/include/uapi/linux/
H A Dsctp.h1089 __u16 spt_pathmaxrxt; member in struct:sctp_paddrthlds
1097 __u16 spt_pathmaxrxt; member in struct:sctp_paddrthlds_v2
/linux-master/net/sctp/
H A Dsocket.c3897 if (val->spt_pathmaxrxt)
3898 trans->pathmaxrxt = val->spt_pathmaxrxt;
3914 if (val->spt_pathmaxrxt)
3915 trans->pathmaxrxt = val->spt_pathmaxrxt;
3921 if (val->spt_pathmaxrxt)
3922 asoc->pathmaxrxt = val->spt_pathmaxrxt;
3929 if (val->spt_pathmaxrxt)
3930 sp->pathmaxrxt = val->spt_pathmaxrxt;
7187 val.spt_pathmaxrxt = trans->pathmaxrxt;
7201 val.spt_pathmaxrxt
[all...]

Completed in 202 milliseconds