Searched refs:probe_size (Results 1 - 13 of 13) sorted by relevance

/linux-master/net/sctp/
H A Dtransport.c271 if (t->pl.probe_size == SCTP_BASE_PLPMTU) { /* BASE_PLPMTU Confirmation Failed */
279 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */
281 t->pl.probe_size = SCTP_BASE_PLPMTU;
288 t->pl.probe_high = t->pl.probe_size;
289 t->pl.probe_size = t->pl.pmtu;
292 if (t->pl.pmtu == t->pl.probe_size) { /* Black Hole Detected */
294 t->pl.probe_size = SCTP_BASE_PLPMTU;
304 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
311 __func__, t, t->pl.state, t->pl.pmtu, t->pl.probe_size, t->pl.probe_high);
313 t->pl.pmtu = t->pl.probe_size;
[all...]
H A Doutput.c229 pad = sctp_make_pad(t->asoc, t->pl.probe_size - overhead);
H A Dsm_statefuns.c1129 reply = sctp_make_heartbeat(asoc, transport, transport->pl.probe_size);
1287 if (hbinfo->probe_size) {
1288 if (hbinfo->probe_size != link->pl.probe_size ||
H A Dinput.c377 t->pl.probe_size + sctp_transport_pl_hlen(t) <= pmtu))
H A Dsm_make_chunk.c1164 __u32 probe_size)
1180 hbinfo.probe_size = probe_size;
1188 retval->pmtu_probe = !!probe_size;
1162 sctp_make_heartbeat(const struct sctp_association *asoc, const struct sctp_transport *transport, __u32 probe_size) argument
/linux-master/include/uapi/linux/
H A Dvirtio_iommu.h39 __le32 probe_size; member in struct:virtio_iommu_config
/linux-master/drivers/iommu/
H A Dvirtio-iommu.c53 u32 probe_size; member in struct:viommu_dev
143 return len - viommu->probe_size - tail_size;
528 probe_len = sizeof(*probe) + viommu->probe_size +
549 cur < viommu->probe_size) {
564 if (cur >= viommu->probe_size)
1012 if (viommu->probe_size) {
1186 struct virtio_iommu_config, probe_size,
1187 &viommu->probe_size);
/linux-master/net/ipv4/
H A Dtcp_output.c1799 icsk->icsk_mtup.probe_size = 0;
2324 icsk->icsk_mtup.probe_size = 0;
2356 int probe_size)
2362 if (!sk_wmem_schedule(sk, to->truesize + probe_size))
2372 if (len >= probe_size)
2375 probe_size - len);
2394 WARN_ON_ONCE(len != probe_size);
2399 to->truesize += probe_size;
2400 to->len += probe_size;
2401 to->data_len += probe_size;
2355 tcp_clone_payload(struct sock *sk, struct sk_buff *to, int probe_size) argument
2421 int probe_size; local
[all...]
H A Dtcp_input.c2217 !inet_csk(sk)->icsk_mtup.probe_size;
2754 icsk->icsk_mtup.search_high = icsk->icsk_mtup.probe_size - 1;
2755 icsk->icsk_mtup.probe_size = 0;
2768 do_div(val, icsk->icsk_mtup.probe_size);
2776 icsk->icsk_mtup.search_low = icsk->icsk_mtup.probe_size;
2777 icsk->icsk_mtup.probe_size = 0;
3100 icsk->icsk_mtup.probe_size &&
3414 if (unlikely(icsk->icsk_mtup.probe_size &&
/linux-master/include/net/sctp/
H A Dsctp.h634 t->pl.probe_size = SCTP_BASE_PLPMTU;
653 t->pl.probe_size = SCTP_BASE_PLPMTU;
H A Dsm.h227 __u32 probe_size);
H A Dstructs.h386 __u32 probe_size; member in struct:sctp_sender_hb_info
986 __u16 probe_size; member in struct:sctp_transport::__anon2526
/linux-master/include/net/
H A Dinet_connection_sock.h131 u32 probe_size:31, member in struct:inet_connection_sock::__anon111

Completed in 254 milliseconds