Searched refs:pmtu (Results 1 – 8 of 8) sorted by relevance
145 struct sctp_transport *t, __u32 pmtu);604 __u32 pmtu = sctp_dst_mtu(t->dst); in sctp_transport_pmtu_check() local606 if (t->pathmtu == pmtu) in sctp_transport_pmtu_check()609 t->pathmtu = pmtu; in sctp_transport_pmtu_check()631 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()650 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
986 __u16 pmtu; member1022 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu);2169 void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
146 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
95 unsigned int (*icsk_sync_mss)(struct sock *sk, u32 pmtu);
753 unsigned int tcp_sync_mss(struct sock *sk, u32 pmtu);795 int tcp_mtu_to_mss(struct sock *sk, int pmtu);
351 u16 pmtu; /* decoded from path_mtu */ member663 return (len + qp->pmtu - 1) >> qp->log_pmtu; in rvt_div_round_up_mtu()
297 u32 pmtu);
347 uint16_t pmtu; member
Completed in 32 milliseconds