Home
last modified time | relevance | path

Searched refs:pathmaxrxt (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/net/sctp/
Dstructs.h193 __u16 pathmaxrxt; member
861 __u16 pathmaxrxt; member
1585 __u16 pathmaxrxt; member
/linux-4.4.14/net/sctp/
Dassociola.c117 asoc->pathmaxrxt = sp->pathmaxrxt; in sctp_association_init()
621 peer->pathmaxrxt = asoc->pathmaxrxt; in sctp_assoc_add_peer()
Dsocket.c2481 trans->pathmaxrxt = params->spp_pathmaxrxt; in sctp_apply_peer_addr_params()
2483 asoc->pathmaxrxt = params->spp_pathmaxrxt; in sctp_apply_peer_addr_params()
2485 sp->pathmaxrxt = params->spp_pathmaxrxt; in sctp_apply_peer_addr_params()
2987 path_sum += peer_addr->pathmaxrxt; in sctp_setsockopt_associnfo()
3613 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3618 asoc->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
3627 trans->pathmaxrxt = val.spt_pathmaxrxt; in sctp_setsockopt_paddr_thresholds()
4056 sp->pathmaxrxt = net->sctp.max_retrans_path; in sctp_init_sock()
4635 params.spp_pathmaxrxt = trans->pathmaxrxt; in sctp_getsockopt_peer_addr_params()
4644 params.spp_pathmaxrxt = asoc->pathmaxrxt; in sctp_getsockopt_peer_addr_params()
[all …]
Dproc.c486 seq_printf(seq, "%d ", tsp->pathmaxrxt); in sctp_remaddr_seq_show()
Dtransport.c83 peer->pathmaxrxt = net->sctp.max_retrans_path; in sctp_transport_init()
Dsm_sideeffect.c507 (asoc->pf_retrans < transport->pathmaxrxt) && in sctp_do_8_2_transport_strike()
519 (transport->error_count > transport->pathmaxrxt)) { in sctp_do_8_2_transport_strike()