Home
last modified time | relevance | path

Searched refs:pmtu (Results 1 – 25 of 48) sorted by relevance

12

/linux/net/sctp/
H A Dtransport.c356 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, pmtu); in sctp_transport_pl_toobig()
358 if (pmtu < SCTP_MIN_PLPMTU || pmtu >= t->pl.probe_size) in sctp_transport_pl_toobig()
362 if (pmtu >= SCTP_MIN_PLPMTU && pmtu < SCTP_BASE_PLPMTU) { in sctp_transport_pl_toobig()
370 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()
379 } else if (pmtu > t->pl.pmtu && pmtu < t->pl.probe_size) { in sctp_transport_pl_toobig()
384 if (pmtu >= SCTP_BASE_PLPMTU && pmtu < t->pl.pmtu) { in sctp_transport_pl_toobig()
412 pmtu = SCTP_TRUNC4(pmtu); in sctp_transport_update_pmtu()
440 t->pathmtu = pmtu; in sctp_transport_update_pmtu()
599 if (bytes_acked > pmtu) in sctp_transport_raise_cwnd()
600 cwnd += pmtu; in sctp_transport_raise_cwnd()
[all …]
H A Doutput.c786 size_t psize, pmtu, maxsize; in sctp_packet_will_fit() local
800 pmtu = packet->transport->asoc->pathmtu; in sctp_packet_will_fit()
802 pmtu = packet->transport->pathmtu; in sctp_packet_will_fit()
805 if (psize + chunk_len > pmtu) { in sctp_packet_will_fit()
828 maxsize = pmtu - packet->overhead; in sctp_packet_will_fit()
H A Dassociola.c1411 void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu) in sctp_assoc_set_pmtu() argument
1413 if (asoc->pathmtu != pmtu) { in sctp_assoc_set_pmtu()
1414 asoc->pathmtu = pmtu; in sctp_assoc_set_pmtu()
1428 __u32 pmtu = 0; in sctp_assoc_sync_pmtu() local
1440 if (!pmtu || (t->pathmtu < pmtu)) in sctp_assoc_sync_pmtu()
1441 pmtu = t->pathmtu; in sctp_assoc_sync_pmtu()
1444 sctp_assoc_set_pmtu(asoc, pmtu); in sctp_assoc_sync_pmtu()
H A Dinput.c373 struct sctp_transport *t, __u32 pmtu) in sctp_icmp_frag_needed() argument
376 (t->pathmtu <= pmtu && in sctp_icmp_frag_needed()
377 t->pl.probe_size + sctp_transport_pl_hlen(t) <= pmtu)) in sctp_icmp_frag_needed()
381 atomic_set(&t->mtu_info, pmtu); in sctp_icmp_frag_needed()
398 if (!sctp_transport_update_pmtu(t, pmtu)) in sctp_icmp_frag_needed()
/linux/drivers/infiniband/hw/qib/
H A Dqib_uc.c57 u32 pmtu = qp->pmtu; in qib_make_uc_req() local
108 if (len > pmtu) { in qib_make_uc_req()
110 len = pmtu; in qib_make_uc_req()
137 if (len > pmtu) { in qib_make_uc_req()
139 len = pmtu; in qib_make_uc_req()
168 if (len > pmtu) { in qib_make_uc_req()
169 len = pmtu; in qib_make_uc_req()
192 if (len > pmtu) { in qib_make_uc_req()
193 len = pmtu; in qib_make_uc_req()
247 u32 pmtu = qp->pmtu; in qib_uc_rcv() local
[all …]
H A Dqib_rc.c125 if (len > pmtu) { in qib_make_rc_ack()
126 len = pmtu; in qib_make_rc_ack()
159 if (len > pmtu) in qib_make_rc_ack()
160 len = pmtu; in qib_make_rc_ack()
227 u32 pmtu = qp->pmtu; in qib_make_rc_req() local
321 len = pmtu; in qib_make_rc_req()
356 len = pmtu; in qib_make_rc_req()
484 len = pmtu; in qib_make_rc_req()
523 len = pmtu; in qib_make_rc_req()
1599 qp->pmtu; in qib_rc_rcv_error()
[all …]
H A Dqib_qp.c294 int mtu, pmtu, pidx = qp->port_num - 1; in qib_get_pmtu_from_attr() local
303 pmtu = mtu_to_enum(dd->pport[pidx].ibmtu); in qib_get_pmtu_from_attr()
305 pmtu = attr->path_mtu; in qib_get_pmtu_from_attr()
306 return pmtu; in qib_get_pmtu_from_attr()
314 u32 qib_mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu) in qib_mtu_from_qp() argument
316 return ib_mtu_enum_to_int(pmtu); in qib_mtu_from_qp()
395 if (wqe->length > qp->pmtu) in qib_check_send_wqe()
/linux/drivers/infiniband/hw/hfi1/
H A Duc.c30 u32 pmtu = qp->pmtu; in hfi1_make_uc_req() local
121 if (len > pmtu) { in hfi1_make_uc_req()
123 len = pmtu; in hfi1_make_uc_req()
150 if (len > pmtu) { in hfi1_make_uc_req()
152 len = pmtu; in hfi1_make_uc_req()
181 if (len > pmtu) { in hfi1_make_uc_req()
182 len = pmtu; in hfi1_make_uc_req()
206 if (len > pmtu) { in hfi1_make_uc_req()
207 len = pmtu; in hfi1_make_uc_req()
271 u32 pmtu = qp->pmtu; in hfi1_uc_rcv() local
[all …]
H A Drc.h36 u32 psn, u32 pmtu) in restart_sge() argument
40 len = delta_psn(psn, wqe->psn) * pmtu; in restart_sge()
H A Drc.c77 u32 pmtu = qp->pmtu; in make_rc_ack() local
162 len = pmtu; in make_rc_ack()
235 if (len > pmtu) { in make_rc_ack()
236 len = pmtu; in make_rc_ack()
402 u32 pmtu = qp->pmtu; in hfi1_make_rc_req() local
561 len = pmtu; in hfi1_make_rc_req()
603 len = pmtu; in hfi1_make_rc_req()
916 len = pmtu; in hfi1_make_rc_req()
961 len = pmtu; in hfi1_make_rc_req()
2317 u32 pmtu = qp->pmtu; in rc_rcv_resp() local
[all …]
H A Dqp.h103 u32 mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu);
H A Dopfn.c257 if (qp->pmtu == enum_to_mtu(OPA_MTU_4096) || in opfn_qp_init()
258 qp->pmtu == enum_to_mtu(OPA_MTU_8192)) { in opfn_qp_init()
H A Dqp.c277 if (wqe->length > qp->pmtu) in hfi1_setup_wqe()
644 qp->pmtu, in qp_iter_print()
799 u32 mtu_from_qp(struct rvt_dev_info *rdi, struct rvt_qp *qp, u32 pmtu) in mtu_from_qp() argument
815 mtu = verbs_mtu_enum_to_int(qp->ibqp.device, pmtu); in mtu_from_qp()
H A Dtid_rdma.c1192 if (flow->req->qp->pmtu == enum_to_mtu(OPA_MTU_4096)) in kern_get_phys_blocks()
1308 u32 pmtu_pg = flow->req->qp->pmtu >> PAGE_SHIFT; in kern_program_rcv_group()
1830 qp->pmtu); in hfi1_build_tid_rdma_read_req()
2497 u32 pmtu = qp->pmtu; in hfi1_rc_rcv_tid_rdma_read_resp() local
2501 len = restart_sge(&ss, req->e.swqe, ipsn, pmtu); in hfi1_rc_rcv_tid_rdma_read_resp()
2502 if (unlikely(len < pmtu)) in hfi1_rc_rcv_tid_rdma_read_resp()
3099 npkts * qp->pmtu); in hfi1_tid_rdma_restart_req()
3100 flow->tid_offset += npkts * qp->pmtu; in hfi1_tid_rdma_restart_req()
4318 u32 pmtu = qp->pmtu; in hfi1_rc_rcv_tid_rdma_write_data() local
4325 pmtu; in hfi1_rc_rcv_tid_rdma_write_data()
[all …]
/linux/tools/testing/selftests/net/
H A Dpmtu.sh1239 pmtu="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst})"
1321 pmtu="$(route_get_dst_pmtu_from_exception "${ns_c}" ${dst})"
1323 pmtu="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst})"
1356 pmtu="$(route_get_dst_pmtu_from_exception "${ns_c}" ${dst})"
1358 pmtu="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst})"
1445 pmtu="$(route_get_dst_pmtu_from_exception "${ns_c}" ${dst})"
1525 pmtu="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst})"
1599 pmtu="$(route_get_dst_pmtu_from_exception "${ns_a}" ${dst})"
1669 check_pmtu_value "3000" "${pmtu}" "decreasing tunnel MTU" || fail=1
1674 check_pmtu_value "9000" "${pmtu}" "increasing tunnel MTU" || fail=1
[all …]
H A DMakefile11 TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh udpgso.sh ip_defrag.sh
/linux/include/net/sctp/
H A Dsctp.h145 struct sctp_transport *t, __u32 pmtu);
606 __u32 pmtu = sctp_dst_mtu(t->dst); in sctp_transport_pmtu_check() local
608 if (t->pathmtu == pmtu) in sctp_transport_pmtu_check()
611 t->pathmtu = pmtu; in sctp_transport_pmtu_check()
633 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_reset()
652 t->pl.pmtu = SCTP_BASE_PLPMTU; in sctp_transport_pl_update()
H A Dstructs.h985 __u16 pmtu; member
1021 bool sctp_transport_update_pmtu(struct sctp_transport *t, u32 pmtu);
2170 void sctp_assoc_set_pmtu(struct sctp_association *asoc, __u32 pmtu);
/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c493 mss = pmtu - hdrs; in qedi_calc_mss()
568 conn_info->mss = qedi_calc_mss(qedi_ep->pmtu, in qedi_iscsi_offload_conn()
996 path_req.pmtu = qedi->ll2_mtu; in qedi_ep_connect()
997 qedi_ep->pmtu = qedi->ll2_mtu; in qedi_ep_connect()
1320 if (path_data->pmtu < DEF_PATH_MTU) { in qedi_set_path()
1321 qedi_ep->pmtu = qedi->ll2_mtu; in qedi_set_path()
1324 path_data->pmtu, qedi_ep->pmtu); in qedi_set_path()
1327 if (path_data->pmtu != qedi->ll2_mtu) { in qedi_set_path()
1328 if (path_data->pmtu > JUMBO_MTU) { in qedi_set_path()
1334 qedi_reset_host_mtu(qedi, path_data->pmtu); in qedi_set_path()
[all …]
H A Dqedi_iscsi.h71 u16 pmtu; member
/linux/net/dccp/
H A Doutput.c161 unsigned int dccp_sync_mss(struct sock *sk, u32 pmtu) in dccp_sync_mss() argument
166 u32 cur_mps = ccmps ? min(pmtu, ccmps) : pmtu; in dccp_sync_mss()
189 icsk->icsk_pmtu_cookie = pmtu; in dccp_sync_mss()
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_flowtable.sh431 local pmtu
436 pmtu=$3
440 if [ "$pmtu" -eq 1 ] ;then
448 if [ "$pmtu" -eq 1 ] ;then
/linux/include/net/
H A Dip6_tunnel.h146 struct flowi6 *fl6, int encap_limit, __u32 *pmtu, __u8 proto);
/linux/include/rdma/
H A Drdmavt_qp.h351 u16 pmtu; /* decoded from path_mtu */ member
663 return (len + qp->pmtu - 1) >> qp->log_pmtu; in rvt_div_round_up_mtu()
H A Drdma_vt.h297 u32 pmtu);

12