Lines Matching refs:send_ttl
370 .send_ttl = tx->ttl, in seg_tx_send_unacked()
538 tx->ttl = net_tx->ctx->send_ttl; in send_seg()
667 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_trans_send()
668 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_trans_send()
669 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_trans_send()
1071 if (tx->ctx->send_ttl == BT_MESH_TTL_DEFAULT) { in bt_mesh_ctl_send()
1072 tx->ctx->send_ttl = bt_mesh_default_ttl_get(); in bt_mesh_ctl_send()
1073 } else if (tx->ctx->send_ttl > BT_MESH_TTL_MAX) { in bt_mesh_ctl_send()
1093 tx->ctx->send_ttl, ctl_op); in bt_mesh_ctl_send()
1110 .send_ttl = ttl, in send_ack()
1321 rx->ttl = net_rx->ctx.send_ttl; in seg_rx_alloc()
1425 net_rx->ctx.addr, net_rx->ctx.send_ttl, in trans_seg()
1449 net_rx->ctx.send_ttl, seq_auth, 0, in trans_seg()
1465 net_rx->ctx.send_ttl, seq_auth, 0, in trans_seg()
1523 net_rx->ctx.addr, net_rx->ctx.send_ttl, in trans_seg()
1573 net_rx->ctx.send_ttl, seq_auth, rx->block, rx->obo); in trans_seg()